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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=448",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=446",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 447,
    "results": [
        {
            "start": 827234360,
            "stop": 827234374
        },
        {
            "start": 827234378,
            "stop": 827234385
        },
        {
            "start": 827234398,
            "stop": 827234437
        },
        {
            "start": 827234446,
            "stop": 827234452
        },
        {
            "start": 827234461,
            "stop": 827234472
        },
        {
            "start": 827234475,
            "stop": 827234486
        },
        {
            "start": 827234490,
            "stop": 827234495
        },
        {
            "start": 827234504,
            "stop": 827234734
        },
        {
            "start": 827234742,
            "stop": 827234769
        },
        {
            "start": 827234781,
            "stop": 827234793
        },
        {
            "start": 827234800,
            "stop": 827234806
        },
        {
            "start": 827234814,
            "stop": 827234820
        },
        {
            "start": 827234824,
            "stop": 827234859
        },
        {
            "start": 827234867,
            "stop": 827234868
        },
        {
            "start": 827234877,
            "stop": 827234883
        },
        {
            "start": 827234891,
            "stop": 827234908
        },
        {
            "start": 827234915,
            "stop": 827234917
        },
        {
            "start": 827234921,
            "stop": 827234936
        },
        {
            "start": 827234945,
            "stop": 827234966
        },
        {
            "start": 827235004,
            "stop": 827235009
        }
    ]
}