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=7551
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=7552",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7550",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7551,
    "results": [
        {
            "start": 970467522,
            "stop": 970467597
        },
        {
            "start": 970467600,
            "stop": 970467608
        },
        {
            "start": 970467611,
            "stop": 970467708
        },
        {
            "start": 970467711,
            "stop": 970467853
        },
        {
            "start": 970467856,
            "stop": 970467885
        },
        {
            "start": 970467912,
            "stop": 970467916
        },
        {
            "start": 970467922,
            "stop": 970467935
        },
        {
            "start": 970467938,
            "stop": 970467945
        },
        {
            "start": 970467948,
            "stop": 970467949
        },
        {
            "start": 970467955,
            "stop": 970468009
        },
        {
            "start": 970468012,
            "stop": 970468024
        },
        {
            "start": 970468038,
            "stop": 970468050
        },
        {
            "start": 970468053,
            "stop": 970468125
        },
        {
            "start": 970468128,
            "stop": 970468138
        },
        {
            "start": 970468141,
            "stop": 970468176
        },
        {
            "start": 970468179,
            "stop": 970468196
        },
        {
            "start": 970468199,
            "stop": 970468215
        },
        {
            "start": 970468218,
            "stop": 970468234
        },
        {
            "start": 970468237,
            "stop": 970468249
        },
        {
            "start": 970468252,
            "stop": 970468306
        }
    ]
}