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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6119",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6117",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6118,
    "results": [
        {
            "start": 874147982,
            "stop": 874147983
        },
        {
            "start": 874147986,
            "stop": 874147995
        },
        {
            "start": 874147998,
            "stop": 874148024
        },
        {
            "start": 874148027,
            "stop": 874148395
        },
        {
            "start": 874148398,
            "stop": 874148401
        },
        {
            "start": 874148404,
            "stop": 874148408
        },
        {
            "start": 874148411,
            "stop": 874148473
        },
        {
            "start": 874148477,
            "stop": 874148987
        },
        {
            "start": 874148990,
            "stop": 874149017
        },
        {
            "start": 874149022,
            "stop": 874149039
        },
        {
            "start": 874149042,
            "stop": 874149046
        },
        {
            "start": 874149049,
            "stop": 874149059
        },
        {
            "start": 874149065,
            "stop": 874149070
        },
        {
            "start": 874149074,
            "stop": 874149113
        },
        {
            "start": 874149116,
            "stop": 874149177
        },
        {
            "start": 874149180,
            "stop": 874149197
        },
        {
            "start": 874149200,
            "stop": 874149206
        },
        {
            "start": 874149207,
            "stop": 874149215
        },
        {
            "start": 874149218,
            "stop": 874149222
        },
        {
            "start": 874149225,
            "stop": 874149246
        }
    ]
}