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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=42",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=40",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 41,
    "results": [
        {
            "start": 940609859,
            "stop": 940610997
        },
        {
            "start": 940612042,
            "stop": 940612846
        },
        {
            "start": 940613383,
            "stop": 940613568
        },
        {
            "start": 940614125,
            "stop": 940614168
        },
        {
            "start": 941062095,
            "stop": 941062256
        },
        {
            "start": 941081250,
            "stop": 941081552
        },
        {
            "start": 941082827,
            "stop": 941084414
        },
        {
            "start": 941085019,
            "stop": 941085930
        },
        {
            "start": 941086531,
            "stop": 941087089
        },
        {
            "start": 941093789,
            "stop": 941094105
        },
        {
            "start": 941095201,
            "stop": 941096763
        },
        {
            "start": 941097397,
            "stop": 941097637
        },
        {
            "start": 941098054,
            "stop": 941098602
        },
        {
            "start": 941099998,
            "stop": 941100557
        },
        {
            "start": 941101710,
            "stop": 941102399
        },
        {
            "start": 941103561,
            "stop": 941104199
        },
        {
            "start": 941106222,
            "stop": 941106371
        },
        {
            "start": 941107637,
            "stop": 941108612
        },
        {
            "start": 941113351,
            "stop": 941113648
        },
        {
            "start": 941120478,
            "stop": 941120660
        }
    ]
}