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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4784",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4782",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4783,
    "results": [
        {
            "start": 970574175,
            "stop": 970574308
        },
        {
            "start": 970574311,
            "stop": 970574566
        },
        {
            "start": 970574569,
            "stop": 970575262
        },
        {
            "start": 970575265,
            "stop": 970575548
        },
        {
            "start": 970575551,
            "stop": 970575769
        },
        {
            "start": 970575772,
            "stop": 970575794
        },
        {
            "start": 970575797,
            "stop": 970575981
        },
        {
            "start": 970575984,
            "stop": 970576005
        },
        {
            "start": 970576008,
            "stop": 970576077
        },
        {
            "start": 970576080,
            "stop": 970576132
        },
        {
            "start": 970576136,
            "stop": 970576512
        },
        {
            "start": 970576515,
            "stop": 970576621
        },
        {
            "start": 970576624,
            "stop": 970576836
        },
        {
            "start": 970576839,
            "stop": 970576988
        },
        {
            "start": 970578192,
            "stop": 970578286
        },
        {
            "start": 970578290,
            "stop": 970578581
        },
        {
            "start": 970578604,
            "stop": 970578609
        },
        {
            "start": 970578612,
            "stop": 970578697
        },
        {
            "start": 970578718,
            "stop": 970578799
        },
        {
            "start": 970578820,
            "stop": 970578860
        }
    ]
}