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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8393",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8391",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8392,
    "results": [
        {
            "start": 875007180,
            "stop": 875007185
        },
        {
            "start": 875007206,
            "stop": 875007237
        },
        {
            "start": 875007420,
            "stop": 875007490
        },
        {
            "start": 875007509,
            "stop": 875007720
        },
        {
            "start": 875007795,
            "stop": 875008007
        },
        {
            "start": 875008026,
            "stop": 875008139
        },
        {
            "start": 875008156,
            "stop": 875008179
        },
        {
            "start": 875008305,
            "stop": 875008493
        },
        {
            "start": 875008512,
            "stop": 875008532
        },
        {
            "start": 875008549,
            "stop": 875008591
        },
        {
            "start": 875008664,
            "stop": 875008699
        },
        {
            "start": 875008744,
            "stop": 875008766
        },
        {
            "start": 875008822,
            "stop": 875008823
        },
        {
            "start": 875008867,
            "stop": 875008976
        },
        {
            "start": 875009000,
            "stop": 875009008
        },
        {
            "start": 875009029,
            "stop": 875009032
        },
        {
            "start": 875009065,
            "stop": 875009138
        },
        {
            "start": 875009165,
            "stop": 875009266
        },
        {
            "start": 875009285,
            "stop": 875009457
        },
        {
            "start": 875009480,
            "stop": 875009550
        }
    ]
}