GET /api/semesters/?format=api&offset=10&ordering=-end
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=20&ordering=-end",
    "previous": "https://observe.lco.global/api/semesters/?format=api&limit=10&ordering=-end",
    "results": [
        {
            "id": "2025A",
            "start": "2025-02-01T00:00:00Z",
            "end": "2025-07-31T23:59:59Z"
        },
        {
            "id": "2024B",
            "start": "2024-08-01T00:00:00Z",
            "end": "2025-01-31T23:59:59Z"
        },
        {
            "id": "2024A",
            "start": "2024-02-01T00:00:00Z",
            "end": "2024-07-31T23:59:59Z"
        },
        {
            "id": "2023B",
            "start": "2023-08-01T00:00:00Z",
            "end": "2024-01-31T23:59:59Z"
        },
        {
            "id": "2023A",
            "start": "2023-02-01T00:00:00Z",
            "end": "2023-07-31T23:59:59Z"
        },
        {
            "id": "2022B",
            "start": "2022-08-01T00:00:00Z",
            "end": "2023-01-31T23:59:59Z"
        },
        {
            "id": "2022A",
            "start": "2022-02-01T00:00:00Z",
            "end": "2022-07-31T23:59:59Z"
        },
        {
            "id": "2021B",
            "start": "2021-08-01T00:00:00Z",
            "end": "2022-01-31T23:59:59Z"
        },
        {
            "id": "2021A",
            "start": "2021-02-01T00:00:00Z",
            "end": "2021-07-31T23:59:59Z"
        },
        {
            "id": "2020B",
            "start": "2020-07-01T00:00:00Z",
            "end": "2021-01-31T23:59:59Z"
        }
    ]
}