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=28
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=29",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=27",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 28,
    "results": [
        {
            "start": 819316143,
            "stop": 819317114
        },
        {
            "start": 819323264,
            "stop": 819324677
        },
        {
            "start": 819324863,
            "stop": 819325387
        },
        {
            "start": 819326844,
            "stop": 819335888
        },
        {
            "start": 819336002,
            "stop": 819345502
        },
        {
            "start": 819345509,
            "stop": 819346961
        },
        {
            "start": 819347043,
            "stop": 819347772
        },
        {
            "start": 819347779,
            "stop": 819347936
        },
        {
            "start": 819347943,
            "stop": 819348012
        },
        {
            "start": 819348019,
            "stop": 819348184
        },
        {
            "start": 819354505,
            "stop": 819358311
        },
        {
            "start": 819358366,
            "stop": 819362041
        },
        {
            "start": 819362242,
            "stop": 819362642
        },
        {
            "start": 819364026,
            "stop": 819370163
        },
        {
            "start": 819371319,
            "stop": 819377829
        },
        {
            "start": 819378478,
            "stop": 819380145
        },
        {
            "start": 819380976,
            "stop": 819384811
        },
        {
            "start": 819384817,
            "stop": 819386152
        },
        {
            "start": 819386157,
            "stop": 819392375
        },
        {
            "start": 819397710,
            "stop": 819400756
        }
    ]
}