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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9854",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9852",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9853,
    "results": [
        {
            "start": 874119540,
            "stop": 874119720
        },
        {
            "start": 874119780,
            "stop": 874119840
        },
        {
            "start": 874119960,
            "stop": 874120020
        },
        {
            "start": 874120260,
            "stop": 874120320
        },
        {
            "start": 874120485,
            "stop": 874120500
        },
        {
            "start": 874120680,
            "stop": 874120800
        },
        {
            "start": 874120980,
            "stop": 874121040
        },
        {
            "start": 874121220,
            "stop": 874121340
        },
        {
            "start": 874121460,
            "stop": 874121520
        },
        {
            "start": 874121580,
            "stop": 874122299
        },
        {
            "start": 874122419,
            "stop": 874122672
        },
        {
            "start": 874122689,
            "stop": 874123286
        },
        {
            "start": 874123303,
            "stop": 874123670
        },
        {
            "start": 874123687,
            "stop": 874124924
        },
        {
            "start": 874124941,
            "stop": 874126080
        },
        {
            "start": 874126140,
            "stop": 874126148
        },
        {
            "start": 874126177,
            "stop": 874126492
        },
        {
            "start": 874126509,
            "stop": 874126914
        },
        {
            "start": 874126931,
            "stop": 874128540
        },
        {
            "start": 874128600,
            "stop": 874128818
        }
    ]
}