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/H1_CBC_CAT2/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/H1_CBC_CAT2/segments?format=api&page=7",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=5",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 6,
    "results": [
        {
            "start": 1166417892,
            "stop": 1166422279
        },
        {
            "start": 1166426531,
            "stop": 1166461369
        },
        {
            "start": 1166470234,
            "stop": 1166482895
        },
        {
            "start": 1167534141,
            "stop": 1167577151
        },
        {
            "start": 1167577153,
            "stop": 1167577384
        },
        {
            "start": 1167577386,
            "stop": 1167584283
        },
        {
            "start": 1167584285,
            "stop": 1167595198
        },
        {
            "start": 1167595200,
            "stop": 1167595206
        },
        {
            "start": 1167595208,
            "stop": 1167599574
        },
        {
            "start": 1167599576,
            "stop": 1167599700
        },
        {
            "start": 1167599702,
            "stop": 1167599739
        },
        {
            "start": 1167599741,
            "stop": 1167599827
        },
        {
            "start": 1167599828,
            "stop": 1167599831
        },
        {
            "start": 1167599833,
            "stop": 1167599864
        },
        {
            "start": 1167599866,
            "stop": 1167599871
        },
        {
            "start": 1167599875,
            "stop": 1167600432
        },
        {
            "start": 1167600434,
            "stop": 1167601750
        },
        {
            "start": 1167601752,
            "stop": 1167602531
        },
        {
            "start": 1167602533,
            "stop": 1167603982
        },
        {
            "start": 1167603984,
            "stop": 1167609738
        }
    ]
}