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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=83",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=81",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 82,
    "results": [
        {
            "start": 819167058,
            "stop": 819167115
        },
        {
            "start": 819167119,
            "stop": 819167177
        },
        {
            "start": 819167194,
            "stop": 819167349
        },
        {
            "start": 819167366,
            "stop": 819167380
        },
        {
            "start": 819167383,
            "stop": 819167403
        },
        {
            "start": 819167420,
            "stop": 819167484
        },
        {
            "start": 819167501,
            "stop": 819167581
        },
        {
            "start": 819167585,
            "stop": 819167587
        },
        {
            "start": 819167591,
            "stop": 819167656
        },
        {
            "start": 819167689,
            "stop": 819167700
        },
        {
            "start": 819167703,
            "stop": 819167758
        },
        {
            "start": 819167761,
            "stop": 819168015
        },
        {
            "start": 819168019,
            "stop": 819168021
        },
        {
            "start": 819168026,
            "stop": 819168215
        },
        {
            "start": 819168218,
            "stop": 819168319
        },
        {
            "start": 819168322,
            "stop": 819168435
        },
        {
            "start": 819168452,
            "stop": 819168488
        },
        {
            "start": 819168505,
            "stop": 819168528
        },
        {
            "start": 819168531,
            "stop": 819168585
        },
        {
            "start": 819168588,
            "stop": 819168612
        }
    ]
}