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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=133",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=131",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 132,
    "results": [
        {
            "start": 932713015,
            "stop": 932713746
        },
        {
            "start": 932713765,
            "stop": 932714123
        },
        {
            "start": 932714158,
            "stop": 932714188
        },
        {
            "start": 932714225,
            "stop": 932714285
        },
        {
            "start": 932714309,
            "stop": 932714705
        },
        {
            "start": 932714724,
            "stop": 932715542
        },
        {
            "start": 932715562,
            "stop": 932715625
        },
        {
            "start": 932715667,
            "stop": 932715932
        },
        {
            "start": 932715950,
            "stop": 932716355
        },
        {
            "start": 932716374,
            "stop": 932716463
        },
        {
            "start": 932716569,
            "stop": 932716571
        },
        {
            "start": 932716740,
            "stop": 932716742
        },
        {
            "start": 932716768,
            "stop": 932716835
        },
        {
            "start": 932716869,
            "stop": 932716886
        },
        {
            "start": 932716924,
            "stop": 932716931
        },
        {
            "start": 932716950,
            "stop": 932716953
        },
        {
            "start": 932717012,
            "stop": 932717023
        },
        {
            "start": 932717068,
            "stop": 932717083
        },
        {
            "start": 932717121,
            "stop": 932717139
        },
        {
            "start": 932717216,
            "stop": 932717217
        }
    ]
}