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

{
    "count": 35,
    "next": null,
    "previous": "https://observe.lco.global/api/semesters/?format=api&limit=10&offset=20&ordering=start",
    "results": [
        {
            "id": "2028A",
            "start": "2028-02-01T00:00:00Z",
            "end": "2028-07-31T23:59:59Z"
        },
        {
            "id": "2028B",
            "start": "2028-08-01T00:00:00Z",
            "end": "2029-01-31T23:59:59Z"
        },
        {
            "id": "2029A",
            "start": "2029-02-01T00:00:00Z",
            "end": "2029-07-31T23:59:59Z"
        },
        {
            "id": "2029B",
            "start": "2029-08-01T00:00:00Z",
            "end": "2030-01-31T23:59:59Z"
        },
        {
            "id": "2030A",
            "start": "2030-02-01T00:00:00Z",
            "end": "2030-07-31T23:59:59Z"
        }
    ]
}