Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7590
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7591",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7589",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7590,
    "results": [
        {
            "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
        },
        {
            "start": 970491032,
            "stop": 970491033
        },
        {
            "start": 970491036,
            "stop": 970491043
        },
        {
            "start": 970491046,
            "stop": 970491049
        },
        {
            "start": 970491055,
            "stop": 970491056
        },
        {
            "start": 970491065,
            "stop": 970491067
        }
    ]
}