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=221
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=222",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=220",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 221,
    "results": [
        {
            "start": 817799850,
            "stop": 817799901
        },
        {
            "start": 817799932,
            "stop": 817799970
        },
        {
            "start": 817799989,
            "stop": 817800010
        },
        {
            "start": 817800030,
            "stop": 817800042
        },
        {
            "start": 817800075,
            "stop": 817800076
        },
        {
            "start": 817800175,
            "stop": 817800188
        },
        {
            "start": 817800230,
            "stop": 817800242
        },
        {
            "start": 817800291,
            "stop": 817800293
        },
        {
            "start": 817800335,
            "stop": 817800338
        },
        {
            "start": 817800389,
            "stop": 817800404
        },
        {
            "start": 817800439,
            "stop": 817800456
        },
        {
            "start": 817800475,
            "stop": 817800496
        },
        {
            "start": 817800539,
            "stop": 817800543
        },
        {
            "start": 817800564,
            "stop": 817800588
        },
        {
            "start": 817800643,
            "stop": 817800658
        },
        {
            "start": 817800724,
            "stop": 817800745
        },
        {
            "start": 817800779,
            "stop": 817800791
        },
        {
            "start": 817800852,
            "stop": 817800876
        },
        {
            "start": 817801330,
            "stop": 817801340
        },
        {
            "start": 817801370,
            "stop": 817801381
        }
    ]
}