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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4323",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4321",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4322,
    "results": [
        {
            "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
        },
        {
            "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
        }
    ]
}