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=206
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=207",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=205",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 206,
    "results": [
        {
            "start": 1183246984,
            "stop": 1183247073
        },
        {
            "start": 1183247077,
            "stop": 1183247078
        },
        {
            "start": 1183247079,
            "stop": 1183273715
        },
        {
            "start": 1183278027,
            "stop": 1183298457
        },
        {
            "start": 1183324521,
            "stop": 1183358155
        },
        {
            "start": 1183387940,
            "stop": 1183403279
        },
        {
            "start": 1183411749,
            "stop": 1183414083
        },
        {
            "start": 1183414086,
            "stop": 1183416366
        },
        {
            "start": 1183422224,
            "stop": 1183438080
        },
        {
            "start": 1183438440,
            "stop": 1183479384
        },
        {
            "start": 1183488009,
            "stop": 1183491390
        },
        {
            "start": 1183501794,
            "stop": 1183554705
        },
        {
            "start": 1183554706,
            "stop": 1183554913
        },
        {
            "start": 1183554914,
            "stop": 1183555115
        },
        {
            "start": 1183555116,
            "stop": 1183555357
        },
        {
            "start": 1183555358,
            "stop": 1183555637
        },
        {
            "start": 1183555639,
            "stop": 1183581052
        },
        {
            "start": 1183585777,
            "stop": 1183587875
        },
        {
            "start": 1183590032,
            "stop": 1183590442
        },
        {
            "start": 1183590445,
            "stop": 1183590451
        }
    ]
}