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=122
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=123",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=121",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 122,
    "results": [
        {
            "start": 1175745639,
            "stop": 1175746460
        },
        {
            "start": 1175746461,
            "stop": 1175747467
        },
        {
            "start": 1175747468,
            "stop": 1175748387
        },
        {
            "start": 1175748388,
            "stop": 1175749491
        },
        {
            "start": 1175749492,
            "stop": 1175750365
        },
        {
            "start": 1175750366,
            "stop": 1175751675
        },
        {
            "start": 1175751676,
            "stop": 1175752366
        },
        {
            "start": 1175752367,
            "stop": 1175752686
        },
        {
            "start": 1175752687,
            "stop": 1175753922
        },
        {
            "start": 1175753923,
            "stop": 1175761375
        },
        {
            "start": 1175763831,
            "stop": 1175771194
        },
        {
            "start": 1175773802,
            "stop": 1175787563
        },
        {
            "start": 1175789870,
            "stop": 1175805747
        },
        {
            "start": 1175809044,
            "stop": 1175816748
        },
        {
            "start": 1175816749,
            "stop": 1175817726
        },
        {
            "start": 1175817727,
            "stop": 1175819239
        },
        {
            "start": 1175819240,
            "stop": 1175820649
        },
        {
            "start": 1175820650,
            "stop": 1175822092
        },
        {
            "start": 1175822093,
            "stop": 1175822860
        },
        {
            "start": 1175822861,
            "stop": 1175824104
        }
    ]
}