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=15726
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=15727",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15725",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15726,
    "results": [
        {
            "start": 971165376,
            "stop": 971165378
        },
        {
            "start": 971165381,
            "stop": 971165385
        },
        {
            "start": 971165386,
            "stop": 971165387
        },
        {
            "start": 971165389,
            "stop": 971165390
        },
        {
            "start": 971165396,
            "stop": 971165397
        },
        {
            "start": 971165399,
            "stop": 971165400
        },
        {
            "start": 971165413,
            "stop": 971165415
        },
        {
            "start": 971165419,
            "stop": 971165422
        },
        {
            "start": 971165426,
            "stop": 971165431
        },
        {
            "start": 971165434,
            "stop": 971165437
        },
        {
            "start": 971165438,
            "stop": 971165439
        },
        {
            "start": 971165442,
            "stop": 971165447
        },
        {
            "start": 971165450,
            "stop": 971165451
        },
        {
            "start": 971165454,
            "stop": 971165455
        },
        {
            "start": 971165457,
            "stop": 971165458
        },
        {
            "start": 971165467,
            "stop": 971165475
        },
        {
            "start": 971165476,
            "stop": 971165477
        },
        {
            "start": 971165479,
            "stop": 971165483
        },
        {
            "start": 971165487,
            "stop": 971165492
        },
        {
            "start": 971165493,
            "stop": 971165494
        }
    ]
}