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=7514
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=7515",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7513",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7514,
    "results": [
        {
            "start": 970302057,
            "stop": 970302059
        },
        {
            "start": 970302088,
            "stop": 970302095
        },
        {
            "start": 970302111,
            "stop": 970302125
        },
        {
            "start": 970302131,
            "stop": 970302140
        },
        {
            "start": 970302149,
            "stop": 970302318
        },
        {
            "start": 970302321,
            "stop": 970302392
        },
        {
            "start": 970302395,
            "stop": 970302513
        },
        {
            "start": 970302516,
            "stop": 970302721
        },
        {
            "start": 970302727,
            "stop": 970303175
        },
        {
            "start": 970303181,
            "stop": 970303339
        },
        {
            "start": 970303342,
            "stop": 970303382
        },
        {
            "start": 970303385,
            "stop": 970303516
        },
        {
            "start": 970303519,
            "stop": 970303706
        },
        {
            "start": 970303722,
            "stop": 970303723
        },
        {
            "start": 970303730,
            "stop": 970303734
        },
        {
            "start": 970303740,
            "stop": 970303745
        },
        {
            "start": 970303777,
            "stop": 970303778
        },
        {
            "start": 970303810,
            "stop": 970303814
        },
        {
            "start": 970303849,
            "stop": 970303850
        },
        {
            "start": 970303862,
            "stop": 970303863
        }
    ]
}