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=214
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=215",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=213",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 214,
    "results": [
        {
            "start": 933144730,
            "stop": 933144742
        },
        {
            "start": 933144745,
            "stop": 933144748
        },
        {
            "start": 933144750,
            "stop": 933144757
        },
        {
            "start": 933144760,
            "stop": 933144771
        },
        {
            "start": 933144775,
            "stop": 933144788
        },
        {
            "start": 933144791,
            "stop": 933144861
        },
        {
            "start": 933144878,
            "stop": 933144967
        },
        {
            "start": 933144970,
            "stop": 933144984
        },
        {
            "start": 933144986,
            "stop": 933145215
        },
        {
            "start": 933145575,
            "stop": 933145578
        },
        {
            "start": 933145580,
            "stop": 933145582
        },
        {
            "start": 933145585,
            "stop": 933145589
        },
        {
            "start": 933145591,
            "stop": 933145597
        },
        {
            "start": 933145600,
            "stop": 933145612
        },
        {
            "start": 933145615,
            "stop": 933145627
        },
        {
            "start": 933145630,
            "stop": 933145769
        },
        {
            "start": 933145771,
            "stop": 933145893
        },
        {
            "start": 933145898,
            "stop": 933146189
        },
        {
            "start": 933146191,
            "stop": 933146227
        },
        {
            "start": 933146231,
            "stop": 933146321
        }
    ]
}