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=56
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=57",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=55",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 56,
    "results": [
        {
            "start": 822800786,
            "stop": 822800840
        },
        {
            "start": 822800948,
            "stop": 822801924
        },
        {
            "start": 822801974,
            "stop": 822804444
        },
        {
            "start": 822804489,
            "stop": 822805775
        },
        {
            "start": 822805818,
            "stop": 822806114
        },
        {
            "start": 822806183,
            "stop": 822806186
        },
        {
            "start": 822806257,
            "stop": 822806431
        },
        {
            "start": 822806966,
            "stop": 822807090
        },
        {
            "start": 822815950,
            "stop": 822816070
        },
        {
            "start": 822822257,
            "stop": 822822341
        },
        {
            "start": 822822393,
            "stop": 822822634
        },
        {
            "start": 822822677,
            "stop": 822822699
        },
        {
            "start": 822822796,
            "stop": 822822866
        },
        {
            "start": 822822994,
            "stop": 822823000
        },
        {
            "start": 822823138,
            "stop": 822823344
        },
        {
            "start": 822823664,
            "stop": 822824126
        },
        {
            "start": 822824192,
            "stop": 822825554
        },
        {
            "start": 822825603,
            "stop": 822825656
        },
        {
            "start": 822825696,
            "stop": 822826223
        },
        {
            "start": 822826264,
            "stop": 822826398
        }
    ]
}