Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=62
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=63",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=61",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 62,
    "results": [
        {
            "start": 932073112,
            "stop": 932073113
        },
        {
            "start": 932073114,
            "stop": 932073116
        },
        {
            "start": 932073121,
            "stop": 932073129
        },
        {
            "start": 932073130,
            "stop": 932073134
        },
        {
            "start": 932073135,
            "stop": 932073149
        },
        {
            "start": 932073150,
            "stop": 932073152
        },
        {
            "start": 932073156,
            "stop": 932073168
        },
        {
            "start": 932073170,
            "stop": 932073175
        },
        {
            "start": 932073179,
            "stop": 932073182
        },
        {
            "start": 932073184,
            "stop": 932073191
        },
        {
            "start": 932073192,
            "stop": 932073199
        },
        {
            "start": 932073201,
            "stop": 932073204
        },
        {
            "start": 932073206,
            "stop": 932073207
        },
        {
            "start": 932073208,
            "stop": 932073209
        },
        {
            "start": 932073210,
            "stop": 932073213
        },
        {
            "start": 932073214,
            "stop": 932073226
        },
        {
            "start": 932073228,
            "stop": 932073234
        },
        {
            "start": 932073235,
            "stop": 932073241
        },
        {
            "start": 932073242,
            "stop": 932073243
        },
        {
            "start": 932073245,
            "stop": 932073247
        }
    ]
}