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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=303",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=301",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 302,
    "results": [
        {
            "start": 822471864,
            "stop": 822471981
        },
        {
            "start": 822471984,
            "stop": 822472093
        },
        {
            "start": 822472252,
            "stop": 822472598
        },
        {
            "start": 822472601,
            "stop": 822472761
        },
        {
            "start": 822472764,
            "stop": 822472889
        },
        {
            "start": 822472892,
            "stop": 822474187
        },
        {
            "start": 822474190,
            "stop": 822474365
        },
        {
            "start": 822474368,
            "stop": 822474484
        },
        {
            "start": 822474487,
            "stop": 822474563
        },
        {
            "start": 822474567,
            "stop": 822474723
        },
        {
            "start": 822474726,
            "stop": 822474728
        },
        {
            "start": 822474731,
            "stop": 822474901
        },
        {
            "start": 822474904,
            "stop": 822474906
        },
        {
            "start": 822474909,
            "stop": 822474983
        },
        {
            "start": 822474986,
            "stop": 822475054
        },
        {
            "start": 822475058,
            "stop": 822475083
        },
        {
            "start": 822475088,
            "stop": 822475196
        },
        {
            "start": 822475354,
            "stop": 822475520
        },
        {
            "start": 822475523,
            "stop": 822475562
        },
        {
            "start": 822475565,
            "stop": 822475802
        }
    ]
}