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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9121",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9119",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9120,
    "results": [
        {
            "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
        },
        {
            "start": 875009569,
            "stop": 875009581
        },
        {
            "start": 875009628,
            "stop": 875009631
        },
        {
            "start": 875009704,
            "stop": 875009708
        },
        {
            "start": 875009746,
            "stop": 875009896
        },
        {
            "start": 875009956,
            "stop": 875010042
        },
        {
            "start": 875010068,
            "stop": 875010087
        }
    ]
}