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=172
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=173",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=171",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 172,
    "results": [
        {
            "start": 1261275153,
            "stop": 1261275183
        },
        {
            "start": 1261275186,
            "stop": 1261275430
        },
        {
            "start": 1261275433,
            "stop": 1261275486
        },
        {
            "start": 1261275489,
            "stop": 1261276399
        },
        {
            "start": 1261276402,
            "stop": 1261277417
        },
        {
            "start": 1261277418,
            "stop": 1261277766
        },
        {
            "start": 1261277768,
            "stop": 1261279128
        },
        {
            "start": 1261279131,
            "stop": 1261279524
        },
        {
            "start": 1261279527,
            "stop": 1261279635
        },
        {
            "start": 1261279638,
            "stop": 1261280555
        },
        {
            "start": 1261280559,
            "stop": 1261280590
        },
        {
            "start": 1261289929,
            "stop": 1261290028
        },
        {
            "start": 1261290031,
            "stop": 1261290044
        },
        {
            "start": 1261290047,
            "stop": 1261290053
        },
        {
            "start": 1261290056,
            "stop": 1261290304
        },
        {
            "start": 1261290307,
            "stop": 1261290417
        },
        {
            "start": 1261290420,
            "stop": 1261290459
        },
        {
            "start": 1261290462,
            "stop": 1261290820
        },
        {
            "start": 1261290823,
            "stop": 1261291155
        },
        {
            "start": 1261291158,
            "stop": 1261291405
        }
    ]
}