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=9879
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=9880",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9878",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9879,
    "results": [
        {
            "start": 870852609,
            "stop": 870852743
        },
        {
            "start": 870852750,
            "stop": 870852813
        },
        {
            "start": 870852820,
            "stop": 870852840
        },
        {
            "start": 870852900,
            "stop": 870853395
        },
        {
            "start": 870853403,
            "stop": 870853558
        },
        {
            "start": 870853566,
            "stop": 870853751
        },
        {
            "start": 870853763,
            "stop": 870853926
        },
        {
            "start": 870853934,
            "stop": 870853980
        },
        {
            "start": 870854040,
            "stop": 870854111
        },
        {
            "start": 870854118,
            "stop": 870854147
        },
        {
            "start": 870854154,
            "stop": 870854205
        },
        {
            "start": 870854213,
            "stop": 870854340
        },
        {
            "start": 870854347,
            "stop": 870854400
        },
        {
            "start": 870854460,
            "stop": 870854544
        },
        {
            "start": 870854559,
            "stop": 870854727
        },
        {
            "start": 870854734,
            "stop": 870854742
        },
        {
            "start": 870854750,
            "stop": 870854966
        },
        {
            "start": 870854974,
            "stop": 870855031
        },
        {
            "start": 870855039,
            "stop": 870855293
        },
        {
            "start": 870855420,
            "stop": 870855511
        }
    ]
}