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=213
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=214",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=212",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 213,
    "results": [
        {
            "start": 820192551,
            "stop": 820192578
        },
        {
            "start": 820192582,
            "stop": 820192680
        },
        {
            "start": 820192684,
            "stop": 820192687
        },
        {
            "start": 820192690,
            "stop": 820192751
        },
        {
            "start": 820192754,
            "stop": 820192836
        },
        {
            "start": 820192839,
            "stop": 820192994
        },
        {
            "start": 820192997,
            "stop": 820193013
        },
        {
            "start": 820193016,
            "stop": 820193168
        },
        {
            "start": 820193171,
            "stop": 820193358
        },
        {
            "start": 820193362,
            "stop": 820193401
        },
        {
            "start": 820193405,
            "stop": 820193502
        },
        {
            "start": 820193506,
            "stop": 820193621
        },
        {
            "start": 820193625,
            "stop": 820193814
        },
        {
            "start": 820193818,
            "stop": 820193821
        },
        {
            "start": 820193824,
            "stop": 820193843
        },
        {
            "start": 820193847,
            "stop": 820193848
        },
        {
            "start": 820193852,
            "stop": 820193915
        },
        {
            "start": 820193918,
            "stop": 820193924
        },
        {
            "start": 820194044,
            "stop": 820194114
        },
        {
            "start": 820194117,
            "stop": 820194145
        }
    ]
}