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=5183
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=5184",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5182",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5183,
    "results": [
        {
            "start": 875130121,
            "stop": 875130176
        },
        {
            "start": 875130195,
            "stop": 875130196
        },
        {
            "start": 875130215,
            "stop": 875130225
        },
        {
            "start": 875130268,
            "stop": 875130272
        },
        {
            "start": 875130314,
            "stop": 875130331
        },
        {
            "start": 875130367,
            "stop": 875130453
        },
        {
            "start": 875130472,
            "stop": 875130489
        },
        {
            "start": 875130526,
            "stop": 875130565
        },
        {
            "start": 875130584,
            "stop": 875130589
        },
        {
            "start": 875130608,
            "stop": 875130682
        },
        {
            "start": 875130706,
            "stop": 875130744
        },
        {
            "start": 875130763,
            "stop": 875130788
        },
        {
            "start": 875130808,
            "stop": 875130817
        },
        {
            "start": 875130836,
            "stop": 875131015
        },
        {
            "start": 875131034,
            "stop": 875131122
        },
        {
            "start": 875131152,
            "stop": 875131273
        },
        {
            "start": 875131297,
            "stop": 875131331
        },
        {
            "start": 875131375,
            "stop": 875131381
        },
        {
            "start": 875131400,
            "stop": 875131582
        },
        {
            "start": 875131609,
            "stop": 875131697
        }
    ]
}