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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4925",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4923",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4924,
    "results": [
        {
            "start": 875202360,
            "stop": 875202955
        },
        {
            "start": 875202974,
            "stop": 875203661
        },
        {
            "start": 875203680,
            "stop": 875203884
        },
        {
            "start": 875204047,
            "stop": 875204096
        },
        {
            "start": 875204115,
            "stop": 875204145
        },
        {
            "start": 875204164,
            "stop": 875204344
        },
        {
            "start": 875204363,
            "stop": 875204433
        },
        {
            "start": 875204452,
            "stop": 875204682
        },
        {
            "start": 875204701,
            "stop": 875204998
        },
        {
            "start": 875205018,
            "stop": 875205031
        },
        {
            "start": 875205050,
            "stop": 875205192
        },
        {
            "start": 875205212,
            "stop": 875205343
        },
        {
            "start": 875205366,
            "stop": 875205386
        },
        {
            "start": 875205406,
            "stop": 875205423
        },
        {
            "start": 875205446,
            "stop": 875205458
        },
        {
            "start": 875205488,
            "stop": 875205545
        },
        {
            "start": 875205587,
            "stop": 875205645
        },
        {
            "start": 875205664,
            "stop": 875205672
        },
        {
            "start": 875205691,
            "stop": 875205810
        },
        {
            "start": 875205829,
            "stop": 875205878
        }
    ]
}