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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=216",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=214",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 215,
    "results": [
        {
            "start": 933146324,
            "stop": 933146527
        },
        {
            "start": 933146529,
            "stop": 933146557
        },
        {
            "start": 933146559,
            "stop": 933146566
        },
        {
            "start": 933146568,
            "stop": 933146660
        },
        {
            "start": 933146663,
            "stop": 933146669
        },
        {
            "start": 933146674,
            "stop": 933146730
        },
        {
            "start": 933146732,
            "stop": 933146937
        },
        {
            "start": 933146940,
            "stop": 933146953
        },
        {
            "start": 933146955,
            "stop": 933147038
        },
        {
            "start": 933149548,
            "stop": 933149747
        },
        {
            "start": 933149750,
            "stop": 933149832
        },
        {
            "start": 933149835,
            "stop": 933149882
        },
        {
            "start": 933149884,
            "stop": 933149887
        },
        {
            "start": 933149889,
            "stop": 933149912
        },
        {
            "start": 933149914,
            "stop": 933149945
        },
        {
            "start": 933149950,
            "stop": 933149980
        },
        {
            "start": 933149982,
            "stop": 933150008
        },
        {
            "start": 933150010,
            "stop": 933150054
        },
        {
            "start": 933150056,
            "stop": 933150092
        },
        {
            "start": 933150097,
            "stop": 933150119
        }
    ]
}