Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4840
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4841",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4839",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4840,
    "results": [
        {
            "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
        },
        {
            "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": 874714294,
            "stop": 874714313
        },
        {
            "start": 874714333,
            "stop": 874714352
        }
    ]
}