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=236
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=237",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=235",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 236,
    "results": [
        {
            "start": 1187544800,
            "stop": 1187600980
        },
        {
            "start": 1187605724,
            "stop": 1187617289
        },
        {
            "start": 1187618772,
            "stop": 1187618816
        },
        {
            "start": 1187619107,
            "stop": 1187645357
        },
        {
            "start": 1187645358,
            "stop": 1187645615
        },
        {
            "start": 1187645617,
            "stop": 1187645736
        },
        {
            "start": 1187645738,
            "stop": 1187645797
        },
        {
            "start": 1187645798,
            "stop": 1187645848
        },
        {
            "start": 1187645852,
            "stop": 1187645853
        },
        {
            "start": 1187645855,
            "stop": 1187645859
        },
        {
            "start": 1187645862,
            "stop": 1187645869
        },
        {
            "start": 1187645870,
            "stop": 1187645873
        },
        {
            "start": 1187645874,
            "stop": 1187645950
        },
        {
            "start": 1187645951,
            "stop": 1187646069
        },
        {
            "start": 1187646070,
            "stop": 1187646071
        },
        {
            "start": 1187646072,
            "stop": 1187646076
        },
        {
            "start": 1187646077,
            "stop": 1187646078
        },
        {
            "start": 1187646083,
            "stop": 1187646089
        },
        {
            "start": 1187646090,
            "stop": 1187646261
        },
        {
            "start": 1187646262,
            "stop": 1187646284
        }
    ]
}