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=171
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=172",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=170",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 171,
    "results": [
        {
            "start": 826929766,
            "stop": 826929768
        },
        {
            "start": 826929770,
            "stop": 826929774
        },
        {
            "start": 826929776,
            "stop": 826929778
        },
        {
            "start": 826929790,
            "stop": 826929793
        },
        {
            "start": 826929795,
            "stop": 826929799
        },
        {
            "start": 826929810,
            "stop": 826929812
        },
        {
            "start": 826929820,
            "stop": 826929824
        },
        {
            "start": 826929844,
            "stop": 826929845
        },
        {
            "start": 826929854,
            "stop": 826929857
        },
        {
            "start": 826929858,
            "stop": 826929859
        },
        {
            "start": 826929861,
            "stop": 826929867
        },
        {
            "start": 826929878,
            "stop": 826929879
        },
        {
            "start": 826929894,
            "stop": 826929896
        },
        {
            "start": 826929898,
            "stop": 826929900
        },
        {
            "start": 826929904,
            "stop": 826929905
        },
        {
            "start": 826929907,
            "stop": 826929908
        },
        {
            "start": 826929910,
            "stop": 826929913
        },
        {
            "start": 826929915,
            "stop": 826929917
        },
        {
            "start": 826929924,
            "stop": 826929927
        },
        {
            "start": 826929929,
            "stop": 826929930
        }
    ]
}