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=7619
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=7620",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7618",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7619,
    "results": [
        {
            "start": 970894162,
            "stop": 970894813
        },
        {
            "start": 970894816,
            "stop": 970895359
        },
        {
            "start": 970895365,
            "stop": 970895443
        },
        {
            "start": 970895446,
            "stop": 970895664
        },
        {
            "start": 970895667,
            "stop": 970895994
        },
        {
            "start": 970895997,
            "stop": 970896488
        },
        {
            "start": 970896491,
            "stop": 970896604
        },
        {
            "start": 970896607,
            "stop": 970896833
        },
        {
            "start": 970896839,
            "stop": 970897134
        },
        {
            "start": 970897137,
            "stop": 970897157
        },
        {
            "start": 970897160,
            "stop": 970897284
        },
        {
            "start": 970897290,
            "stop": 970897914
        },
        {
            "start": 970897917,
            "stop": 970898007
        },
        {
            "start": 970898013,
            "stop": 970898154
        },
        {
            "start": 970898157,
            "stop": 970898208
        },
        {
            "start": 970898211,
            "stop": 970898257
        },
        {
            "start": 970898261,
            "stop": 970898365
        },
        {
            "start": 970898368,
            "stop": 970898647
        },
        {
            "start": 970898650,
            "stop": 970898674
        },
        {
            "start": 970898677,
            "stop": 970898991
        }
    ]
}