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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5205",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5203",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5204,
    "results": [
        {
            "start": 875200393,
            "stop": 875200447
        },
        {
            "start": 875201640,
            "stop": 875202955
        },
        {
            "start": 875202974,
            "stop": 875203661
        },
        {
            "start": 875203680,
            "stop": 875203972
        },
        {
            "start": 875203991,
            "stop": 875204022
        },
        {
            "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
        }
    ]
}