Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O2/timelines/L1_CBC_CAT2/segments?format=api&page=50
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT2/segments?format=api&page=51",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT2/segments?format=api&page=49",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 50,
    "results": [
        {
            "start": 1165845800,
            "stop": 1165845806
        },
        {
            "start": 1165845807,
            "stop": 1165845808
        },
        {
            "start": 1165845809,
            "stop": 1165845810
        },
        {
            "start": 1165845811,
            "stop": 1165845833
        },
        {
            "start": 1165845834,
            "stop": 1165845857
        },
        {
            "start": 1165845858,
            "stop": 1165845861
        },
        {
            "start": 1165845863,
            "stop": 1165845873
        },
        {
            "start": 1165845875,
            "stop": 1165845876
        },
        {
            "start": 1165845877,
            "stop": 1165845881
        },
        {
            "start": 1165845882,
            "stop": 1165845891
        },
        {
            "start": 1165845892,
            "stop": 1165845895
        },
        {
            "start": 1165845896,
            "stop": 1165845932
        },
        {
            "start": 1165845934,
            "stop": 1165846019
        },
        {
            "start": 1165846020,
            "stop": 1165846031
        },
        {
            "start": 1165846032,
            "stop": 1165846066
        },
        {
            "start": 1165846067,
            "stop": 1165846074
        },
        {
            "start": 1165846076,
            "stop": 1165846146
        },
        {
            "start": 1165846147,
            "stop": 1165846179
        },
        {
            "start": 1165846180,
            "stop": 1165846335
        },
        {
            "start": 1165846336,
            "stop": 1165846338
        }
    ]
}