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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=40",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=38",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 39,
    "results": [
        {
            "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": 820375121
        },
        {
            "start": 820375122,
            "stop": 820380169
        },
        {
            "start": 820381418,
            "stop": 820381993
        },
        {
            "start": 820382000,
            "stop": 820382001
        },
        {
            "start": 820382080,
            "stop": 820394438
        },
        {
            "start": 820394440,
            "stop": 820399001
        },
        {
            "start": 820409872,
            "stop": 820420513
        },
        {
            "start": 820420799,
            "stop": 820422973
        }
    ]
}