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=10087
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=10088",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10086",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10087,
    "results": [
        {
            "start": 873221237,
            "stop": 873221280
        },
        {
            "start": 873221353,
            "stop": 873221518
        },
        {
            "start": 873221552,
            "stop": 873221635
        },
        {
            "start": 873221642,
            "stop": 873221727
        },
        {
            "start": 873221734,
            "stop": 873221742
        },
        {
            "start": 873221749,
            "stop": 873221905
        },
        {
            "start": 873221912,
            "stop": 873221917
        },
        {
            "start": 873221933,
            "stop": 873221963
        },
        {
            "start": 873221976,
            "stop": 873222125
        },
        {
            "start": 873222132,
            "stop": 873222161
        },
        {
            "start": 873222169,
            "stop": 873222177
        },
        {
            "start": 873222185,
            "stop": 873222495
        },
        {
            "start": 873222503,
            "stop": 873222540
        },
        {
            "start": 873222780,
            "stop": 873222884
        },
        {
            "start": 873222892,
            "stop": 873222910
        },
        {
            "start": 873222918,
            "stop": 873223003
        },
        {
            "start": 873223013,
            "stop": 873223020
        },
        {
            "start": 873223080,
            "stop": 873223399
        },
        {
            "start": 873223417,
            "stop": 873223419
        },
        {
            "start": 873223430,
            "stop": 873223438
        }
    ]
}