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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=23",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=21",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 22,
    "results": [
        {
            "start": 931162718,
            "stop": 931162722
        },
        {
            "start": 931162735,
            "stop": 931162737
        },
        {
            "start": 931162746,
            "stop": 931162749
        },
        {
            "start": 931162751,
            "stop": 931162755
        },
        {
            "start": 931162769,
            "stop": 931162772
        },
        {
            "start": 931162791,
            "stop": 931162792
        },
        {
            "start": 931162803,
            "stop": 931162809
        },
        {
            "start": 931162817,
            "stop": 931162818
        },
        {
            "start": 931162824,
            "stop": 931162826
        },
        {
            "start": 931162836,
            "stop": 931162837
        },
        {
            "start": 931162857,
            "stop": 931162859
        },
        {
            "start": 931162866,
            "stop": 931162867
        },
        {
            "start": 931162910,
            "stop": 931162915
        },
        {
            "start": 931162918,
            "stop": 931162924
        },
        {
            "start": 931162933,
            "stop": 931162936
        },
        {
            "start": 931162945,
            "stop": 931162948
        },
        {
            "start": 931162951,
            "stop": 931162956
        },
        {
            "start": 931162963,
            "stop": 931162966
        },
        {
            "start": 931162969,
            "stop": 931162973
        },
        {
            "start": 931162984,
            "stop": 931162986
        }
    ]
}