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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=756",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=754",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 755,
    "results": [
        {
            "start": 858892897,
            "stop": 858898252
        },
        {
            "start": 858898254,
            "stop": 858951037
        },
        {
            "start": 858951058,
            "stop": 858951742
        },
        {
            "start": 858955010,
            "stop": 858955819
        },
        {
            "start": 858955820,
            "stop": 858956339
        },
        {
            "start": 858956342,
            "stop": 858961230
        },
        {
            "start": 858962276,
            "stop": 858963270
        },
        {
            "start": 858963330,
            "stop": 858963337
        },
        {
            "start": 858968640,
            "stop": 858970410
        },
        {
            "start": 858970470,
            "stop": 858970480
        },
        {
            "start": 858970482,
            "stop": 858973710
        },
        {
            "start": 858975196,
            "stop": 858985222
        },
        {
            "start": 858985869,
            "stop": 858991184
        },
        {
            "start": 858991186,
            "stop": 858991187
        },
        {
            "start": 858991192,
            "stop": 858991194
        },
        {
            "start": 858991196,
            "stop": 858991200
        },
        {
            "start": 858991203,
            "stop": 859039771
        },
        {
            "start": 859039778,
            "stop": 859039808
        },
        {
            "start": 859039829,
            "stop": 859042797
        },
        {
            "start": 859059899,
            "stop": 859068994
        }
    ]
}