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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=62",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=60",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 61,
    "results": [
        {
            "start": 821232910,
            "stop": 821233010
        },
        {
            "start": 821233013,
            "stop": 821233197
        },
        {
            "start": 821233200,
            "stop": 821233445
        },
        {
            "start": 821233448,
            "stop": 821233513
        },
        {
            "start": 821233516,
            "stop": 821233668
        },
        {
            "start": 821233671,
            "stop": 821234212
        },
        {
            "start": 821234215,
            "stop": 821234499
        },
        {
            "start": 821234502,
            "stop": 821234714
        },
        {
            "start": 821234717,
            "stop": 821234739
        },
        {
            "start": 821234742,
            "stop": 821234857
        },
        {
            "start": 821234860,
            "stop": 821234869
        },
        {
            "start": 821234872,
            "stop": 821234898
        },
        {
            "start": 821234901,
            "stop": 821234927
        },
        {
            "start": 821234930,
            "stop": 821235054
        },
        {
            "start": 821235057,
            "stop": 821235081
        },
        {
            "start": 821235084,
            "stop": 821235141
        },
        {
            "start": 821235144,
            "stop": 821235153
        },
        {
            "start": 821235156,
            "stop": 821235440
        },
        {
            "start": 821235443,
            "stop": 821235458
        },
        {
            "start": 821235461,
            "stop": 821235555
        }
    ]
}