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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7575",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7573",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7574,
    "results": [
        {
            "start": 970490809,
            "stop": 970490811
        },
        {
            "start": 970490814,
            "stop": 970490817
        },
        {
            "start": 970490820,
            "stop": 970490822
        },
        {
            "start": 970490825,
            "stop": 970490837
        },
        {
            "start": 970490840,
            "stop": 970490843
        },
        {
            "start": 970490847,
            "stop": 970490848
        },
        {
            "start": 970490868,
            "stop": 970490869
        },
        {
            "start": 970490873,
            "stop": 970490878
        },
        {
            "start": 970490881,
            "stop": 970490887
        },
        {
            "start": 970490891,
            "stop": 970490897
        },
        {
            "start": 970490911,
            "stop": 970490920
        },
        {
            "start": 970490934,
            "stop": 970490940
        },
        {
            "start": 970490943,
            "stop": 970490951
        },
        {
            "start": 970490958,
            "stop": 970490959
        },
        {
            "start": 970490962,
            "stop": 970490966
        },
        {
            "start": 970490973,
            "stop": 970490975
        },
        {
            "start": 970490984,
            "stop": 970490986
        },
        {
            "start": 970490989,
            "stop": 970490990
        },
        {
            "start": 970491012,
            "stop": 970491018
        },
        {
            "start": 970491021,
            "stop": 970491027
        }
    ]
}