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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4192",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4190",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4191,
    "results": [
        {
            "start": 874404719,
            "stop": 874405203
        },
        {
            "start": 874405222,
            "stop": 874405614
        },
        {
            "start": 874405633,
            "stop": 874405743
        },
        {
            "start": 874405778,
            "stop": 874405885
        },
        {
            "start": 874405920,
            "stop": 874406442
        },
        {
            "start": 874406461,
            "stop": 874406851
        },
        {
            "start": 874406870,
            "stop": 874406897
        },
        {
            "start": 874406916,
            "stop": 874407178
        },
        {
            "start": 874407198,
            "stop": 874407806
        },
        {
            "start": 874407825,
            "stop": 874407948
        },
        {
            "start": 874407984,
            "stop": 874408224
        },
        {
            "start": 874408244,
            "stop": 874408256
        },
        {
            "start": 874408275,
            "stop": 874408291
        },
        {
            "start": 874408310,
            "stop": 874408596
        },
        {
            "start": 874408615,
            "stop": 874408722
        },
        {
            "start": 874408742,
            "stop": 874408829
        },
        {
            "start": 874408853,
            "stop": 874409051
        },
        {
            "start": 874409070,
            "stop": 874409141
        },
        {
            "start": 874409160,
            "stop": 874409485
        },
        {
            "start": 874409504,
            "stop": 874409613
        }
    ]
}