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_DATA/segments?format=api&page=21
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_DATA/segments?format=api&page=22",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_DATA/segments?format=api&page=20",
    "results_count": 830,
    "results_per_page": 20,
    "num_pages": 42,
    "page_number": 21,
    "results": [
        {
            "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
        },
        {
            "start": 1174356406,
            "stop": 1174382465
        },
        {
            "start": 1174388047,
            "stop": 1174404643
        }
    ]
}