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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9827",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9825",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9826,
    "results": [
        {
            "start": 873817148,
            "stop": 873817588
        },
        {
            "start": 873817708,
            "stop": 873817886
        },
        {
            "start": 873817903,
            "stop": 873818340
        },
        {
            "start": 873818400,
            "stop": 873819420
        },
        {
            "start": 873819480,
            "stop": 873820070
        },
        {
            "start": 873820087,
            "stop": 873820287
        },
        {
            "start": 873820304,
            "stop": 873820698
        },
        {
            "start": 873820818,
            "stop": 873821144
        },
        {
            "start": 873821264,
            "stop": 873821530
        },
        {
            "start": 873821547,
            "stop": 873821580
        },
        {
            "start": 873821640,
            "stop": 873823733
        },
        {
            "start": 873823751,
            "stop": 873824424
        },
        {
            "start": 873824441,
            "stop": 873825089
        },
        {
            "start": 873825106,
            "stop": 873825191
        },
        {
            "start": 873825210,
            "stop": 873825648
        },
        {
            "start": 873825665,
            "stop": 873825720
        },
        {
            "start": 873825780,
            "stop": 873825793
        },
        {
            "start": 873825810,
            "stop": 873825971
        },
        {
            "start": 873825988,
            "stop": 873826781
        },
        {
            "start": 873826798,
            "stop": 873827022
        }
    ]
}