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=7633
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=7634",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7632",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7633,
    "results": [
        {
            "start": 970856995,
            "stop": 970857002
        },
        {
            "start": 970857005,
            "stop": 970857161
        },
        {
            "start": 970857164,
            "stop": 970857242
        },
        {
            "start": 970857254,
            "stop": 970857256
        },
        {
            "start": 970857316,
            "stop": 970857484
        },
        {
            "start": 970857644,
            "stop": 970857662
        },
        {
            "start": 970857665,
            "stop": 970857712
        },
        {
            "start": 970857716,
            "stop": 970857740
        },
        {
            "start": 970857743,
            "stop": 970857764
        },
        {
            "start": 970857859,
            "stop": 970857924
        },
        {
            "start": 970858004,
            "stop": 970858062
        },
        {
            "start": 970858065,
            "stop": 970858398
        },
        {
            "start": 970858401,
            "stop": 970858426
        },
        {
            "start": 970858430,
            "stop": 970858482
        },
        {
            "start": 970858493,
            "stop": 970858516
        },
        {
            "start": 970858576,
            "stop": 970858636
        },
        {
            "start": 970891547,
            "stop": 970891599
        },
        {
            "start": 970891602,
            "stop": 970891836
        },
        {
            "start": 970891839,
            "stop": 970892267
        },
        {
            "start": 970892307,
            "stop": 970892544
        }
    ]
}