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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2098",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2096",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2097,
    "results": [
        {
            "start": 864600665,
            "stop": 864600670
        },
        {
            "start": 864600680,
            "stop": 864600685
        },
        {
            "start": 864600690,
            "stop": 864600692
        },
        {
            "start": 864600694,
            "stop": 864600717
        },
        {
            "start": 864600780,
            "stop": 864604554
        },
        {
            "start": 864604664,
            "stop": 864605629
        },
        {
            "start": 864605929,
            "stop": 864606637
        },
        {
            "start": 864607754,
            "stop": 864607773
        },
        {
            "start": 864608173,
            "stop": 864608387
        },
        {
            "start": 864608389,
            "stop": 864608706
        },
        {
            "start": 864608802,
            "stop": 864612149
        },
        {
            "start": 864613018,
            "stop": 864627982
        },
        {
            "start": 864628313,
            "stop": 864652427
        },
        {
            "start": 864652433,
            "stop": 864652445
        },
        {
            "start": 864652453,
            "stop": 864652467
        },
        {
            "start": 864652473,
            "stop": 864658325
        },
        {
            "start": 864658330,
            "stop": 864658375
        },
        {
            "start": 864658380,
            "stop": 864665087
        },
        {
            "start": 864665093,
            "stop": 864670530
        },
        {
            "start": 864670650,
            "stop": 864671209
        }
    ]
}