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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2177",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2175",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2176,
    "results": [
        {
            "start": 870799190,
            "stop": 870802267
        },
        {
            "start": 870802273,
            "stop": 870802297
        },
        {
            "start": 870802303,
            "stop": 870802317
        },
        {
            "start": 870802323,
            "stop": 870802347
        },
        {
            "start": 870802355,
            "stop": 870805830
        },
        {
            "start": 870805950,
            "stop": 870808720
        },
        {
            "start": 870808728,
            "stop": 870808735
        },
        {
            "start": 870808743,
            "stop": 870808767
        },
        {
            "start": 870808773,
            "stop": 870813728
        },
        {
            "start": 870814066,
            "stop": 870814597
        },
        {
            "start": 870814603,
            "stop": 870814652
        },
        {
            "start": 870814658,
            "stop": 870814904
        },
        {
            "start": 870816682,
            "stop": 870824712
        },
        {
            "start": 870825058,
            "stop": 870873064
        },
        {
            "start": 870873267,
            "stop": 870891407
        },
        {
            "start": 870892394,
            "stop": 870900509
        },
        {
            "start": 870900661,
            "stop": 870905938
        },
        {
            "start": 870907314,
            "stop": 870925630
        },
        {
            "start": 870925635,
            "stop": 870939620
        },
        {
            "start": 870941887,
            "stop": 870952020
        }
    ]
}