GET /api/time-scales/
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 9,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 1,
            "ts_name": "Test scheme"
        },
        {
            "id": 3,
            "ts_name": "Eons"
        },
        {
            "id": 4,
            "ts_name": "Eras"
        },
        {
            "id": 5,
            "ts_name": "Epochs (ICS, 2020)"
        },
        {
            "id": 7,
            "ts_name": "Stages (ICS, 2020)"
        },
        {
            "id": 8,
            "ts_name": "Periods (ICS, 2020)"
        },
        {
            "id": 9,
            "ts_name": "Ordovician time bins (Webby et al., 2004)"
        },
        {
            "id": 10,
            "ts_name": "Ordovician time slices (Bergström et al., 2009)"
        },
        {
            "id": 11,
            "ts_name": "Ordovician time slices (Rassmussen et al., 2019)"
        }
    ]
}