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=5119
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=5120",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5118",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5119,
    "results": [
        {
            "start": 874713275,
            "stop": 874713312
        },
        {
            "start": 874713331,
            "stop": 874713405
        },
        {
            "start": 874713430,
            "stop": 874713572
        },
        {
            "start": 874713622,
            "stop": 874713656
        },
        {
            "start": 874713675,
            "stop": 874713689
        },
        {
            "start": 874713727,
            "stop": 874713749
        },
        {
            "start": 874713768,
            "stop": 874713771
        },
        {
            "start": 874713791,
            "stop": 874713843
        },
        {
            "start": 874713881,
            "stop": 874713942
        },
        {
            "start": 874713961,
            "stop": 874714012
        },
        {
            "start": 874714032,
            "stop": 874714054
        },
        {
            "start": 874714073,
            "stop": 874714086
        },
        {
            "start": 874714106,
            "stop": 874714159
        },
        {
            "start": 874714206,
            "stop": 874714256
        },
        {
            "start": 874714294,
            "stop": 874714313
        },
        {
            "start": 874714333,
            "stop": 874714352
        },
        {
            "start": 874714371,
            "stop": 874714444
        },
        {
            "start": 874714478,
            "stop": 874714500
        },
        {
            "start": 874714519,
            "stop": 874714563
        },
        {
            "start": 874714583,
            "stop": 874714588
        }
    ]
}