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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=298",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=296",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 297,
    "results": [
        {
            "start": 822376169,
            "stop": 822378874
        },
        {
            "start": 822378877,
            "stop": 822379119
        },
        {
            "start": 822379141,
            "stop": 822379633
        },
        {
            "start": 822379754,
            "stop": 822379847
        },
        {
            "start": 822379851,
            "stop": 822379881
        },
        {
            "start": 822379885,
            "stop": 822379982
        },
        {
            "start": 822379986,
            "stop": 822380101
        },
        {
            "start": 822380196,
            "stop": 822380202
        },
        {
            "start": 822380258,
            "stop": 822382751
        },
        {
            "start": 822382820,
            "stop": 822382849
        },
        {
            "start": 822383279,
            "stop": 822385772
        },
        {
            "start": 822386072,
            "stop": 822386418
        },
        {
            "start": 822386718,
            "stop": 822389496
        },
        {
            "start": 822389499,
            "stop": 822392727
        },
        {
            "start": 822392730,
            "stop": 822393016
        },
        {
            "start": 822393778,
            "stop": 822393826
        },
        {
            "start": 822393830,
            "stop": 822393840
        },
        {
            "start": 822393844,
            "stop": 822393847
        },
        {
            "start": 822397076,
            "stop": 822398169
        },
        {
            "start": 822398172,
            "stop": 822401975
        }
    ]
}