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=7617
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=7618",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7616",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7617,
    "results": [
        {
            "start": 970856839,
            "stop": 970856843
        },
        {
            "start": 970856847,
            "stop": 970856896
        },
        {
            "start": 970856956,
            "stop": 970856961
        },
        {
            "start": 970856967,
            "stop": 970856974
        },
        {
            "start": 970856977,
            "stop": 970856992
        },
        {
            "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
        }
    ]
}