GET /2.2.0/config/timelineeventtype/?format=api&offset=10
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 76,
    "next": "https://ll.thespacedevs.com/2.2.0/config/timelineeventtype/?format=api&limit=10&offset=20",
    "previous": "https://ll.thespacedevs.com/2.2.0/config/timelineeventtype/?format=api&limit=10",
    "results": [
        {
            "id": 11,
            "abbrev": "Max-Q",
            "description": "Maximum dynamic pressure"
        },
        {
            "id": 12,
            "abbrev": "MECO",
            "description": "Cut-off of the main engine"
        },
        {
            "id": 13,
            "abbrev": "Stage 2 Separation",
            "description": "Separation of the second stage from the first"
        },
        {
            "id": 14,
            "abbrev": "SES-1",
            "description": "First start of the second engine"
        },
        {
            "id": 15,
            "abbrev": "Fairing Separation",
            "description": "Separation of the payload fairing"
        },
        {
            "id": 16,
            "abbrev": "Entry Burn Startup",
            "description": "Start of the atmospheric entry burn"
        },
        {
            "id": 17,
            "abbrev": "Entry Burn Shutdown",
            "description": "End of the atmospheric entry burn"
        },
        {
            "id": 18,
            "abbrev": "Stage 1 Landing Burn",
            "description": "Start of the first stage landing burn"
        },
        {
            "id": 19,
            "abbrev": "Stage 1 Landing",
            "description": "Landing of the first stage"
        },
        {
            "id": 20,
            "abbrev": "SECO-1",
            "description": "First cut-off of the second engine"
        }
    ]
}