GET /api/semesters/?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": "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"
},
{
"id": "2020A",
"start": "2019-12-03T00:00:00Z",
"end": "2020-06-30T23:59:59Z"
},
{
"id": "2019B",
"start": "2019-06-01T00:00:00Z",
"end": "2019-12-02T23:59:59Z"
},
{
"id": "2019A",
"start": "2018-12-01T00:00:00Z",
"end": "2019-05-31T23:59:59Z"
},
{
"id": "2018B",
"start": "2018-06-01T00:00:00Z",
"end": "2018-11-30T23:59:59Z"
},
{
"id": "2018A",
"start": "2017-12-01T00:00:00Z",
"end": "2018-05-31T23:59:59Z"
},
{
"id": "2017AB",
"start": "2017-04-01T00:00:00Z",
"end": "2017-11-30T23:59:59Z"
},
{
"id": "2016B",
"start": "2016-10-01T00:00:00Z",
"end": "2017-03-31T23:59:59Z"
}
]
}