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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9988",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9986",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9987,
    "results": [
        {
            "start": 872134963,
            "stop": 872134972
        },
        {
            "start": 872134989,
            "stop": 872136214
        },
        {
            "start": 872136375,
            "stop": 872136406
        },
        {
            "start": 872136455,
            "stop": 872136529
        },
        {
            "start": 872136565,
            "stop": 872137263
        },
        {
            "start": 872137280,
            "stop": 872137679
        },
        {
            "start": 872137794,
            "stop": 872137799
        },
        {
            "start": 872137857,
            "stop": 872137871
        },
        {
            "start": 872138007,
            "stop": 872138068
        },
        {
            "start": 872138104,
            "stop": 872138135
        },
        {
            "start": 872138288,
            "stop": 872138336
        },
        {
            "start": 872138460,
            "stop": 872138506
        },
        {
            "start": 872138558,
            "stop": 872138560
        },
        {
            "start": 872138596,
            "stop": 872138615
        },
        {
            "start": 872138661,
            "stop": 872138685
        },
        {
            "start": 872138722,
            "stop": 872138725
        },
        {
            "start": 872138818,
            "stop": 872138827
        },
        {
            "start": 872138863,
            "stop": 872138875
        },
        {
            "start": 872138932,
            "stop": 872139005
        },
        {
            "start": 872139041,
            "stop": 872139058
        }
    ]
}