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_CAT4/segments?format=api&page=105
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=106",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=104",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 105,
    "results": [
        {
            "start": 931338118,
            "stop": 931338119
        },
        {
            "start": 931338125,
            "stop": 931338126
        },
        {
            "start": 931338130,
            "stop": 931338131
        },
        {
            "start": 931338133,
            "stop": 931338138
        },
        {
            "start": 931338142,
            "stop": 931338145
        },
        {
            "start": 931338147,
            "stop": 931338148
        },
        {
            "start": 931338163,
            "stop": 931338170
        },
        {
            "start": 931338181,
            "stop": 931338185
        },
        {
            "start": 931338189,
            "stop": 931338190
        },
        {
            "start": 931338192,
            "stop": 931338195
        },
        {
            "start": 931338197,
            "stop": 931338198
        },
        {
            "start": 931338202,
            "stop": 931338204
        },
        {
            "start": 931338213,
            "stop": 931338218
        },
        {
            "start": 931338220,
            "stop": 931338221
        },
        {
            "start": 931338223,
            "stop": 931338224
        },
        {
            "start": 931338231,
            "stop": 931338234
        },
        {
            "start": 931338248,
            "stop": 931338251
        },
        {
            "start": 931338253,
            "stop": 931338255
        },
        {
            "start": 931338257,
            "stop": 931338258
        },
        {
            "start": 931338260,
            "stop": 931338262
        }
    ]
}