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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15942",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15940",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15941,
    "results": [
        {
            "start": 971409161,
            "stop": 971409163
        },
        {
            "start": 971409166,
            "stop": 971409169
        },
        {
            "start": 971409170,
            "stop": 971409177
        },
        {
            "start": 971409179,
            "stop": 971409180
        },
        {
            "start": 971409181,
            "stop": 971409184
        },
        {
            "start": 971409186,
            "stop": 971409189
        },
        {
            "start": 971409191,
            "stop": 971409192
        },
        {
            "start": 971409193,
            "stop": 971409194
        },
        {
            "start": 971409200,
            "stop": 971409202
        },
        {
            "start": 971409206,
            "stop": 971409207
        },
        {
            "start": 971409209,
            "stop": 971409217
        },
        {
            "start": 971409218,
            "stop": 971409222
        },
        {
            "start": 971409223,
            "stop": 971409225
        },
        {
            "start": 971409226,
            "stop": 971409230
        },
        {
            "start": 971409231,
            "stop": 971409232
        },
        {
            "start": 971409234,
            "stop": 971409237
        },
        {
            "start": 971409243,
            "stop": 971409245
        },
        {
            "start": 971409251,
            "stop": 971409254
        },
        {
            "start": 971409257,
            "stop": 971409259
        },
        {
            "start": 971409262,
            "stop": 971409272
        }
    ]
}