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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10156",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10154",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10155,
    "results": [
        {
            "start": 873744840,
            "stop": 873744866
        },
        {
            "start": 873744874,
            "stop": 873744878
        },
        {
            "start": 873744886,
            "stop": 873745099
        },
        {
            "start": 873745107,
            "stop": 873745135
        },
        {
            "start": 873745142,
            "stop": 873745177
        },
        {
            "start": 873745260,
            "stop": 873745270
        },
        {
            "start": 873745277,
            "stop": 873745295
        },
        {
            "start": 873745339,
            "stop": 873745394
        },
        {
            "start": 873745402,
            "stop": 873745470
        },
        {
            "start": 873745484,
            "stop": 873745570
        },
        {
            "start": 873745578,
            "stop": 873745585
        },
        {
            "start": 873745655,
            "stop": 873745701
        },
        {
            "start": 873745708,
            "stop": 873745764
        },
        {
            "start": 873745772,
            "stop": 873745848
        },
        {
            "start": 873745856,
            "stop": 873745984
        },
        {
            "start": 873745997,
            "stop": 873745999
        },
        {
            "start": 873746037,
            "stop": 873746381
        },
        {
            "start": 873746388,
            "stop": 873746498
        },
        {
            "start": 873746508,
            "stop": 873746549
        },
        {
            "start": 873746586,
            "stop": 873746703
        }
    ]
}