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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=74",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=72",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 73,
    "results": [
        {
            "start": 1165855195,
            "stop": 1165855207
        },
        {
            "start": 1165855208,
            "stop": 1165855231
        },
        {
            "start": 1165855232,
            "stop": 1165855257
        },
        {
            "start": 1165855258,
            "stop": 1165855263
        },
        {
            "start": 1165855264,
            "stop": 1165855274
        },
        {
            "start": 1165855276,
            "stop": 1165855353
        },
        {
            "start": 1165855355,
            "stop": 1165855453
        },
        {
            "start": 1165855454,
            "stop": 1165855524
        },
        {
            "start": 1165855525,
            "stop": 1165855614
        },
        {
            "start": 1165866335,
            "stop": 1165866395
        },
        {
            "start": 1165866396,
            "stop": 1165867054
        },
        {
            "start": 1165867055,
            "stop": 1165867413
        },
        {
            "start": 1165867414,
            "stop": 1165867617
        },
        {
            "start": 1165867618,
            "stop": 1165867728
        },
        {
            "start": 1165867729,
            "stop": 1165867891
        },
        {
            "start": 1165867892,
            "stop": 1165868308
        },
        {
            "start": 1165868309,
            "stop": 1165868533
        },
        {
            "start": 1165868536,
            "stop": 1165868555
        },
        {
            "start": 1165868556,
            "stop": 1165869075
        },
        {
            "start": 1165869076,
            "stop": 1165869276
        }
    ]
}