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

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