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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=36",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=34",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 35,
    "results": [
        {
            "start": 820280976,
            "stop": 820284765
        },
        {
            "start": 820285510,
            "stop": 820304473
        },
        {
            "start": 820304494,
            "stop": 820304495
        },
        {
            "start": 820304918,
            "stop": 820316353
        },
        {
            "start": 820316390,
            "stop": 820316391
        },
        {
            "start": 820316628,
            "stop": 820321153
        },
        {
            "start": 820321810,
            "stop": 820322233
        },
        {
            "start": 820322267,
            "stop": 820322269
        },
        {
            "start": 820322418,
            "stop": 820327209
        },
        {
            "start": 820327808,
            "stop": 820338086
        },
        {
            "start": 820338288,
            "stop": 820340173
        },
        {
            "start": 820340205,
            "stop": 820340206
        },
        {
            "start": 820359180,
            "stop": 820359381
        },
        {
            "start": 820359678,
            "stop": 820364653
        },
        {
            "start": 820365762,
            "stop": 820370993
        },
        {
            "start": 820373426,
            "stop": 820380169
        },
        {
            "start": 820381418,
            "stop": 820381993
        },
        {
            "start": 820382000,
            "stop": 820382002
        },
        {
            "start": 820382080,
            "stop": 820399001
        },
        {
            "start": 820409872,
            "stop": 820420513
        }
    ]
}