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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4988",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4986",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 4987,
    "results": [
        {
            "start": 874444986,
            "stop": 874445057
        },
        {
            "start": 874445076,
            "stop": 874445135
        },
        {
            "start": 874445158,
            "stop": 874445169
        },
        {
            "start": 874445238,
            "stop": 874445251
        },
        {
            "start": 874445270,
            "stop": 874445285
        },
        {
            "start": 874445304,
            "stop": 874445313
        },
        {
            "start": 874445356,
            "stop": 874445365
        },
        {
            "start": 874445403,
            "stop": 874445418
        },
        {
            "start": 874445437,
            "stop": 874445514
        },
        {
            "start": 874445534,
            "stop": 874445542
        },
        {
            "start": 874445562,
            "stop": 874445641
        },
        {
            "start": 874445668,
            "stop": 874445758
        },
        {
            "start": 874445793,
            "stop": 874445845
        },
        {
            "start": 874445901,
            "stop": 874445934
        },
        {
            "start": 874445953,
            "stop": 874445957
        },
        {
            "start": 874445993,
            "stop": 874446021
        },
        {
            "start": 874446073,
            "stop": 874446107
        },
        {
            "start": 874446129,
            "stop": 874446219
        },
        {
            "start": 874446238,
            "stop": 874446259
        },
        {
            "start": 874446296,
            "stop": 874446303
        }
    ]
}