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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5232",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5230",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5231,
    "results": [
        {
            "start": 874268814,
            "stop": 874268905
        },
        {
            "start": 874268913,
            "stop": 874268940
        },
        {
            "start": 874269000,
            "stop": 874269019
        },
        {
            "start": 874269053,
            "stop": 874269055
        },
        {
            "start": 874269072,
            "stop": 874269092
        },
        {
            "start": 874269109,
            "stop": 874269303
        },
        {
            "start": 874269337,
            "stop": 874269720
        },
        {
            "start": 874269727,
            "stop": 874270182
        },
        {
            "start": 874270189,
            "stop": 874270437
        },
        {
            "start": 874270444,
            "stop": 874270461
        },
        {
            "start": 874270468,
            "stop": 874270762
        },
        {
            "start": 874270769,
            "stop": 874271151
        },
        {
            "start": 874271158,
            "stop": 874272063
        },
        {
            "start": 874272074,
            "stop": 874272089
        },
        {
            "start": 874272096,
            "stop": 874272285
        },
        {
            "start": 874272319,
            "stop": 874272379
        },
        {
            "start": 874272386,
            "stop": 874272623
        },
        {
            "start": 874272631,
            "stop": 874274143
        },
        {
            "start": 874274150,
            "stop": 874275120
        },
        {
            "start": 874275240,
            "stop": 874275300
        }
    ]
}