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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8214",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8212",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8213,
    "results": [
        {
            "start": 873553279,
            "stop": 873553305
        },
        {
            "start": 873553371,
            "stop": 873553458
        },
        {
            "start": 873553478,
            "stop": 873553525
        },
        {
            "start": 873554910,
            "stop": 873556051
        },
        {
            "start": 873556068,
            "stop": 873556115
        },
        {
            "start": 873556132,
            "stop": 873556359
        },
        {
            "start": 873556379,
            "stop": 873556574
        },
        {
            "start": 873556591,
            "stop": 873556637
        },
        {
            "start": 873556757,
            "stop": 873556915
        },
        {
            "start": 873556934,
            "stop": 873556951
        },
        {
            "start": 873557019,
            "stop": 873557063
        },
        {
            "start": 873557183,
            "stop": 873557575
        },
        {
            "start": 873557598,
            "stop": 873557606
        },
        {
            "start": 873557623,
            "stop": 873557792
        },
        {
            "start": 873557817,
            "stop": 873557868
        },
        {
            "start": 873557887,
            "stop": 873558051
        },
        {
            "start": 873558070,
            "stop": 873558327
        },
        {
            "start": 873558344,
            "stop": 873558480
        },
        {
            "start": 873581487,
            "stop": 873581730
        },
        {
            "start": 873582690,
            "stop": 873582693
        }
    ]
}