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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2257",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2255",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2256,
    "results": [
        {
            "start": 873332179,
            "stop": 873339591
        },
        {
            "start": 873339610,
            "stop": 873341205
        },
        {
            "start": 873341224,
            "stop": 873341715
        },
        {
            "start": 873341734,
            "stop": 873341738
        },
        {
            "start": 873341757,
            "stop": 873341869
        },
        {
            "start": 873341894,
            "stop": 873342243
        },
        {
            "start": 873342262,
            "stop": 873342301
        },
        {
            "start": 873342320,
            "stop": 873342379
        },
        {
            "start": 873342398,
            "stop": 873343001
        },
        {
            "start": 873343020,
            "stop": 873344502
        },
        {
            "start": 873344521,
            "stop": 873344768
        },
        {
            "start": 873344787,
            "stop": 873345161
        },
        {
            "start": 873345180,
            "stop": 873345380
        },
        {
            "start": 873345399,
            "stop": 873346543
        },
        {
            "start": 873346575,
            "stop": 873352015
        },
        {
            "start": 873352034,
            "stop": 873352310
        },
        {
            "start": 873352343,
            "stop": 873352346
        },
        {
            "start": 873352365,
            "stop": 873353530
        },
        {
            "start": 873353549,
            "stop": 873363295
        },
        {
            "start": 873364508,
            "stop": 873365968
        }
    ]
}