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=205
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=206",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=204",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 205,
    "results": [
        {
            "start": 1182884867,
            "stop": 1182888833
        },
        {
            "start": 1182890632,
            "stop": 1182897480
        },
        {
            "start": 1182905895,
            "stop": 1182980413
        },
        {
            "start": 1182991237,
            "stop": 1182992669
        },
        {
            "start": 1182994807,
            "stop": 1182998512
        },
        {
            "start": 1183000567,
            "stop": 1183000953
        },
        {
            "start": 1183003351,
            "stop": 1183008871
        },
        {
            "start": 1183012260,
            "stop": 1183028700
        },
        {
            "start": 1183029060,
            "stop": 1183093427
        },
        {
            "start": 1183101807,
            "stop": 1183144268
        },
        {
            "start": 1183147187,
            "stop": 1183194808
        },
        {
            "start": 1183197227,
            "stop": 1183207377
        },
        {
            "start": 1183207379,
            "stop": 1183207449
        },
        {
            "start": 1183211488,
            "stop": 1183220280
        },
        {
            "start": 1183220520,
            "stop": 1183220807
        },
        {
            "start": 1183226557,
            "stop": 1183246787
        },
        {
            "start": 1183246788,
            "stop": 1183246828
        },
        {
            "start": 1183246830,
            "stop": 1183246857
        },
        {
            "start": 1183246860,
            "stop": 1183246897
        },
        {
            "start": 1183246902,
            "stop": 1183246981
        }
    ]
}