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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7499",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7497",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7498,
    "results": [
        {
            "start": 970301870,
            "stop": 970301985
        },
        {
            "start": 970301991,
            "stop": 970301992
        },
        {
            "start": 970302006,
            "stop": 970302007
        },
        {
            "start": 970302016,
            "stop": 970302024
        },
        {
            "start": 970302040,
            "stop": 970302051
        },
        {
            "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
        }
    ]
}