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=108
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=109",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=107",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 108,
    "results": [
        {
            "start": 1173659736,
            "stop": 1173716911
        },
        {
            "start": 1173720338,
            "stop": 1173729833
        },
        {
            "start": 1173729937,
            "stop": 1173843999
        },
        {
            "start": 1173847353,
            "stop": 1173850108
        },
        {
            "start": 1173853066,
            "stop": 1173855162
        },
        {
            "start": 1173855209,
            "stop": 1173902418
        },
        {
            "start": 1173902420,
            "stop": 1173976546
        },
        {
            "start": 1173985627,
            "stop": 1173989051
        },
        {
            "start": 1173989202,
            "stop": 1173997194
        },
        {
            "start": 1173997282,
            "stop": 1174006249
        },
        {
            "start": 1174006377,
            "stop": 1174124159
        },
        {
            "start": 1174127498,
            "stop": 1174130423
        },
        {
            "start": 1174132293,
            "stop": 1174133481
        },
        {
            "start": 1174133578,
            "stop": 1174140255
        },
        {
            "start": 1174168113,
            "stop": 1174169373
        },
        {
            "start": 1174172664,
            "stop": 1174178893
        },
        {
            "start": 1174180951,
            "stop": 1174183658
        },
        {
            "start": 1174185376,
            "stop": 1174240984
        },
        {
            "start": 1174256803,
            "stop": 1174317012
        },
        {
            "start": 1174355714,
            "stop": 1174356388
        }
    ]
}