Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=432
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=433",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=431",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 432,
    "results": [
        {
            "start": 870814666,
            "stop": 870814904
        },
        {
            "start": 870816682,
            "stop": 870824712
        },
        {
            "start": 870825058,
            "stop": 870873056
        },
        {
            "start": 870873267,
            "stop": 870891407
        },
        {
            "start": 870892394,
            "stop": 870900501
        },
        {
            "start": 870900661,
            "stop": 870905938
        },
        {
            "start": 870907314,
            "stop": 870925622
        },
        {
            "start": 870925643,
            "stop": 870939620
        },
        {
            "start": 870941887,
            "stop": 870952020
        },
        {
            "start": 870952080,
            "stop": 870956303
        },
        {
            "start": 870956413,
            "stop": 870957567
        },
        {
            "start": 870958046,
            "stop": 870959441
        },
        {
            "start": 870959991,
            "stop": 870960068
        },
        {
            "start": 870961223,
            "stop": 870980988
        },
        {
            "start": 870982122,
            "stop": 870991050
        },
        {
            "start": 870991110,
            "stop": 870991627
        },
        {
            "start": 870992785,
            "stop": 870994410
        },
        {
            "start": 870994530,
            "stop": 871002876
        },
        {
            "start": 871002894,
            "stop": 871016633
        },
        {
            "start": 871017579,
            "stop": 871032510
        }
    ]
}