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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=192",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=190",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 191,
    "results": [
        {
            "start": 844979159,
            "stop": 845004250
        },
        {
            "start": 845004511,
            "stop": 845005163
        },
        {
            "start": 845005792,
            "stop": 845026559
        },
        {
            "start": 845026669,
            "stop": 845038249
        },
        {
            "start": 845043636,
            "stop": 845046711
        },
        {
            "start": 845047011,
            "stop": 845047114
        },
        {
            "start": 845047224,
            "stop": 845050846
        },
        {
            "start": 845052426,
            "stop": 845057115
        },
        {
            "start": 845057415,
            "stop": 845061724
        },
        {
            "start": 845061834,
            "stop": 845063911
        },
        {
            "start": 845064211,
            "stop": 845065018
        },
        {
            "start": 845066049,
            "stop": 845066477
        },
        {
            "start": 845066777,
            "stop": 845067704
        },
        {
            "start": 845067814,
            "stop": 845067871
        },
        {
            "start": 845068171,
            "stop": 845068298
        },
        {
            "start": 845155225,
            "stop": 845155536
        },
        {
            "start": 845155649,
            "stop": 845157853
        },
        {
            "start": 845157941,
            "stop": 845158650
        },
        {
            "start": 845159036,
            "stop": 845159182
        },
        {
            "start": 845159292,
            "stop": 845160349
        }
    ]
}