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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14641",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14639",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14640,
    "results": [
        {
            "start": 971165076,
            "stop": 971165079
        },
        {
            "start": 971165083,
            "stop": 971165086
        },
        {
            "start": 971165092,
            "stop": 971165094
        },
        {
            "start": 971165096,
            "stop": 971165097
        },
        {
            "start": 971165098,
            "stop": 971165100
        },
        {
            "start": 971165101,
            "stop": 971165105
        },
        {
            "start": 971165109,
            "stop": 971165110
        },
        {
            "start": 971165114,
            "stop": 971165115
        },
        {
            "start": 971165116,
            "stop": 971165123
        },
        {
            "start": 971165126,
            "stop": 971165127
        },
        {
            "start": 971165140,
            "stop": 971165145
        },
        {
            "start": 971165146,
            "stop": 971165147
        },
        {
            "start": 971165148,
            "stop": 971165152
        },
        {
            "start": 971165153,
            "stop": 971165155
        },
        {
            "start": 971165159,
            "stop": 971165160
        },
        {
            "start": 971165162,
            "stop": 971165166
        },
        {
            "start": 971165168,
            "stop": 971165169
        },
        {
            "start": 971165171,
            "stop": 971165175
        },
        {
            "start": 971165176,
            "stop": 971165177
        },
        {
            "start": 971165179,
            "stop": 971165184
        }
    ]
}