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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5188",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5186",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5187,
    "results": [
        {
            "start": 874790354,
            "stop": 874790376
        },
        {
            "start": 874790384,
            "stop": 874790473
        },
        {
            "start": 874790480,
            "stop": 874790502
        },
        {
            "start": 874790509,
            "stop": 874790562
        },
        {
            "start": 874790569,
            "stop": 874790581
        },
        {
            "start": 874790589,
            "stop": 874790690
        },
        {
            "start": 874790697,
            "stop": 874790721
        },
        {
            "start": 874790728,
            "stop": 874790744
        },
        {
            "start": 874790751,
            "stop": 874790822
        },
        {
            "start": 874790830,
            "stop": 874790865
        },
        {
            "start": 874790873,
            "stop": 874790885
        },
        {
            "start": 874790892,
            "stop": 874791167
        },
        {
            "start": 874791187,
            "stop": 874791198
        },
        {
            "start": 874791205,
            "stop": 874791247
        },
        {
            "start": 874791259,
            "stop": 874791294
        },
        {
            "start": 874791307,
            "stop": 874791405
        },
        {
            "start": 874791412,
            "stop": 874791462
        },
        {
            "start": 874791469,
            "stop": 874791495
        },
        {
            "start": 874791502,
            "stop": 874791515
        },
        {
            "start": 874791522,
            "stop": 874791581
        }
    ]
}