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=14796
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=14797",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14795",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14796,
    "results": [
        {
            "start": 971246329,
            "stop": 971246342
        },
        {
            "start": 971246343,
            "stop": 971246357
        },
        {
            "start": 971246358,
            "stop": 971246362
        },
        {
            "start": 971246364,
            "stop": 971246378
        },
        {
            "start": 971246379,
            "stop": 971246388
        },
        {
            "start": 971246389,
            "stop": 971246422
        },
        {
            "start": 971246424,
            "stop": 971246477
        },
        {
            "start": 971246478,
            "stop": 971246494
        },
        {
            "start": 971246495,
            "stop": 971246496
        },
        {
            "start": 971246497,
            "stop": 971246520
        },
        {
            "start": 971246522,
            "stop": 971246528
        },
        {
            "start": 971246529,
            "stop": 971246534
        },
        {
            "start": 971246536,
            "stop": 971246539
        },
        {
            "start": 971246541,
            "stop": 971246547
        },
        {
            "start": 971246550,
            "stop": 971246575
        },
        {
            "start": 971246576,
            "stop": 971246583
        },
        {
            "start": 971246585,
            "stop": 971246607
        },
        {
            "start": 971246608,
            "stop": 971246622
        },
        {
            "start": 971246623,
            "stop": 971246644
        },
        {
            "start": 971246645,
            "stop": 971246650
        }
    ]
}