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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5119",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5117",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5118,
    "results": [
        {
            "start": 874712171,
            "stop": 874712176
        },
        {
            "start": 874712200,
            "stop": 874712217
        },
        {
            "start": 874712280,
            "stop": 874712309
        },
        {
            "start": 874712353,
            "stop": 874712356
        },
        {
            "start": 874712393,
            "stop": 874712394
        },
        {
            "start": 874712416,
            "stop": 874712474
        },
        {
            "start": 874712512,
            "stop": 874712568
        },
        {
            "start": 874712587,
            "stop": 874712617
        },
        {
            "start": 874712643,
            "stop": 874712680
        },
        {
            "start": 874712739,
            "stop": 874712742
        },
        {
            "start": 874712761,
            "stop": 874712768
        },
        {
            "start": 874712787,
            "stop": 874712811
        },
        {
            "start": 874712839,
            "stop": 874712845
        },
        {
            "start": 874712868,
            "stop": 874712883
        },
        {
            "start": 874712902,
            "stop": 874712911
        },
        {
            "start": 874712935,
            "stop": 874712976
        },
        {
            "start": 874713029,
            "stop": 874713075
        },
        {
            "start": 874713106,
            "stop": 874713116
        },
        {
            "start": 874713150,
            "stop": 874713220
        },
        {
            "start": 874713239,
            "stop": 874713256
        }
    ]
}