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=6
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=7",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=5",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 6,
    "results": [
        {
            "start": 1165041955,
            "stop": 1165041966
        },
        {
            "start": 1165041967,
            "stop": 1165042007
        },
        {
            "start": 1165042008,
            "stop": 1165042053
        },
        {
            "start": 1165042054,
            "stop": 1165042086
        },
        {
            "start": 1165042088,
            "stop": 1165042090
        },
        {
            "start": 1165042091,
            "stop": 1165042105
        },
        {
            "start": 1165042106,
            "stop": 1165042110
        },
        {
            "start": 1165042111,
            "stop": 1165042121
        },
        {
            "start": 1165042123,
            "stop": 1165042125
        },
        {
            "start": 1165042126,
            "stop": 1165042137
        },
        {
            "start": 1165042138,
            "stop": 1165042155
        },
        {
            "start": 1165042156,
            "stop": 1165042171
        },
        {
            "start": 1165042173,
            "stop": 1165042192
        },
        {
            "start": 1165066858,
            "stop": 1165066871
        },
        {
            "start": 1165066872,
            "stop": 1165066889
        },
        {
            "start": 1165066891,
            "stop": 1165067029
        },
        {
            "start": 1165067030,
            "stop": 1165067288
        },
        {
            "start": 1165067289,
            "stop": 1165067470
        },
        {
            "start": 1165067471,
            "stop": 1165067483
        },
        {
            "start": 1165067484,
            "stop": 1165067641
        }
    ]
}