GET /api/semesters/?limit=10&ordering=start
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 28,
    "next": "https://observe.lco.global/api/semesters/?limit=10&offset=10&ordering=start",
    "previous": null,
    "results": [
        {
            "id": "2012C",
            "start": "2012-04-01T00:00:00Z",
            "end": "2013-12-31T23:59:59Z"
        },
        {
            "id": "2013A",
            "start": "2012-08-01T00:00:00Z",
            "end": "2013-09-30T23:59:59Z"
        },
        {
            "id": "2013B",
            "start": "2013-10-01T00:00:00Z",
            "end": "2014-04-30T23:59:59Z"
        },
        {
            "id": "2014A",
            "start": "2014-05-01T00:00:00Z",
            "end": "2014-09-30T23:59:59Z"
        },
        {
            "id": "2014B",
            "start": "2014-10-01T00:00:00Z",
            "end": "2015-03-31T23:59:59Z"
        },
        {
            "id": "2015A",
            "start": "2015-04-01T00:00:00Z",
            "end": "2015-09-30T23:59:59Z"
        },
        {
            "id": "2015B",
            "start": "2015-10-01T00:00:00Z",
            "end": "2016-03-31T23:59:59Z"
        },
        {
            "id": "2016A",
            "start": "2016-04-01T00:00:00Z",
            "end": "2016-09-30T23:59:59Z"
        },
        {
            "id": "2016B",
            "start": "2016-10-01T00:00:00Z",
            "end": "2017-03-31T23:59:59Z"
        },
        {
            "id": "2017AB",
            "start": "2017-04-01T00:00:00Z",
            "end": "2017-11-30T23:59:59Z"
        }
    ]
}