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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46736",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46734",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46735,
    "results": [
        {
            "start": 875068762,
            "stop": 875068795
        },
        {
            "start": 875068796,
            "stop": 875068824
        },
        {
            "start": 875068825,
            "stop": 875068829
        },
        {
            "start": 875068830,
            "stop": 875068872
        },
        {
            "start": 875068873,
            "stop": 875068886
        },
        {
            "start": 875068887,
            "stop": 875068894
        },
        {
            "start": 875068895,
            "stop": 875068913
        },
        {
            "start": 875068914,
            "stop": 875068942
        },
        {
            "start": 875068943,
            "stop": 875068964
        },
        {
            "start": 875068965,
            "stop": 875068994
        },
        {
            "start": 875068995,
            "stop": 875069021
        },
        {
            "start": 875069022,
            "stop": 875069056
        },
        {
            "start": 875069057,
            "stop": 875069060
        },
        {
            "start": 875069063,
            "stop": 875069064
        },
        {
            "start": 875069065,
            "stop": 875069085
        },
        {
            "start": 875069086,
            "stop": 875069093
        },
        {
            "start": 875069094,
            "stop": 875069098
        },
        {
            "start": 875069099,
            "stop": 875069127
        },
        {
            "start": 875069129,
            "stop": 875069144
        },
        {
            "start": 875069146,
            "stop": 875069164
        }
    ]
}