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=5155
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=5156",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5154",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5155,
    "results": [
        {
            "start": 873744658,
            "stop": 873744724
        },
        {
            "start": 873744734,
            "stop": 873744740
        },
        {
            "start": 873744747,
            "stop": 873744758
        },
        {
            "start": 873744765,
            "stop": 873744866
        },
        {
            "start": 873744874,
            "stop": 873744878
        },
        {
            "start": 873744886,
            "stop": 873745099
        },
        {
            "start": 873745107,
            "stop": 873745135
        },
        {
            "start": 873745142,
            "stop": 873745177
        },
        {
            "start": 873745213,
            "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
        }
    ]
}