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