Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=179
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=180",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=178",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 179,
    "results": [
        {
            "start": 1261450522,
            "stop": 1261453235
        },
        {
            "start": 1261453239,
            "stop": 1261453781
        },
        {
            "start": 1261453784,
            "stop": 1261455897
        },
        {
            "start": 1261455902,
            "stop": 1261456563
        },
        {
            "start": 1261456568,
            "stop": 1261456605
        },
        {
            "start": 1261456610,
            "stop": 1261459114
        },
        {
            "start": 1261459116,
            "stop": 1261460355
        },
        {
            "start": 1261460360,
            "stop": 1261460689
        },
        {
            "start": 1261460694,
            "stop": 1261461187
        },
        {
            "start": 1261461192,
            "stop": 1261461288
        },
        {
            "start": 1261461293,
            "stop": 1261461376
        },
        {
            "start": 1261461381,
            "stop": 1261461848
        },
        {
            "start": 1261461853,
            "stop": 1261461946
        },
        {
            "start": 1261461950,
            "stop": 1261461986
        },
        {
            "start": 1261461995,
            "stop": 1261462087
        },
        {
            "start": 1261462092,
            "stop": 1261462116
        },
        {
            "start": 1261462119,
            "stop": 1261462141
        },
        {
            "start": 1261462144,
            "stop": 1261462205
        },
        {
            "start": 1261462210,
            "stop": 1261462218
        },
        {
            "start": 1261462222,
            "stop": 1261462240
        }
    ]
}