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=24
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=25",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=23",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 24,
    "results": [
        {
            "start": 1165729207,
            "stop": 1165729623
        },
        {
            "start": 1165729624,
            "stop": 1165730061
        },
        {
            "start": 1165730062,
            "stop": 1165730209
        },
        {
            "start": 1165730234,
            "stop": 1165730983
        },
        {
            "start": 1165730984,
            "stop": 1165732166
        },
        {
            "start": 1165732167,
            "stop": 1165732238
        },
        {
            "start": 1165732239,
            "stop": 1165732559
        },
        {
            "start": 1165732560,
            "stop": 1165733575
        },
        {
            "start": 1165733576,
            "stop": 1165733709
        },
        {
            "start": 1165733710,
            "stop": 1165733892
        },
        {
            "start": 1165733893,
            "stop": 1165734366
        },
        {
            "start": 1165734367,
            "stop": 1165734411
        },
        {
            "start": 1165734412,
            "stop": 1165734703
        },
        {
            "start": 1165734705,
            "stop": 1165736122
        },
        {
            "start": 1165736123,
            "stop": 1165737252
        },
        {
            "start": 1165737253,
            "stop": 1165737658
        },
        {
            "start": 1165737659,
            "stop": 1165737936
        },
        {
            "start": 1165737937,
            "stop": 1165738454
        },
        {
            "start": 1165738455,
            "stop": 1165738462
        },
        {
            "start": 1165738463,
            "stop": 1165739175
        }
    ]
}