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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT1/segments?format=api&page=35",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT1/segments?format=api&page=33",
    "results_count": 830,
    "results_per_page": 20,
    "num_pages": 42,
    "page_number": 34,
    "results": [
        {
            "start": 1182670056,
            "stop": 1182712445
        },
        {
            "start": 1182718675,
            "stop": 1182732811
        },
        {
            "start": 1182738991,
            "stop": 1182822816
        },
        {
            "start": 1182833352,
            "stop": 1182879744
        },
        {
            "start": 1182879817,
            "stop": 1182882985
        },
        {
            "start": 1182884867,
            "stop": 1182888833
        },
        {
            "start": 1182890632,
            "stop": 1182897723
        },
        {
            "start": 1182905895,
            "stop": 1182980413
        },
        {
            "start": 1182991237,
            "stop": 1182992669
        },
        {
            "start": 1182994807,
            "stop": 1182998512
        },
        {
            "start": 1183000567,
            "stop": 1183000953
        },
        {
            "start": 1183003351,
            "stop": 1183008871
        },
        {
            "start": 1183012260,
            "stop": 1183093427
        },
        {
            "start": 1183101807,
            "stop": 1183144268
        },
        {
            "start": 1183147187,
            "stop": 1183194808
        },
        {
            "start": 1183197227,
            "stop": 1183207449
        },
        {
            "start": 1183211488,
            "stop": 1183220807
        },
        {
            "start": 1183226557,
            "stop": 1183273715
        },
        {
            "start": 1183278027,
            "stop": 1183298457
        },
        {
            "start": 1183324521,
            "stop": 1183358155
        }
    ]
}