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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT2/segments?format=api&page=50",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT2/segments?format=api&page=48",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 49,
    "results": [
        {
            "start": 1165845327,
            "stop": 1165845328
        },
        {
            "start": 1165845329,
            "stop": 1165845331
        },
        {
            "start": 1165845332,
            "stop": 1165845352
        },
        {
            "start": 1165845354,
            "stop": 1165845356
        },
        {
            "start": 1165845357,
            "stop": 1165845358
        },
        {
            "start": 1165845360,
            "stop": 1165845362
        },
        {
            "start": 1165845363,
            "stop": 1165845365
        },
        {
            "start": 1165845367,
            "stop": 1165845392
        },
        {
            "start": 1165845393,
            "stop": 1165845432
        },
        {
            "start": 1165845433,
            "stop": 1165845455
        },
        {
            "start": 1165845456,
            "stop": 1165845461
        },
        {
            "start": 1165845462,
            "stop": 1165845532
        },
        {
            "start": 1165845533,
            "stop": 1165845573
        },
        {
            "start": 1165845574,
            "stop": 1165845578
        },
        {
            "start": 1165845579,
            "stop": 1165845605
        },
        {
            "start": 1165845606,
            "stop": 1165845617
        },
        {
            "start": 1165845618,
            "stop": 1165845628
        },
        {
            "start": 1165845629,
            "stop": 1165845672
        },
        {
            "start": 1165845673,
            "stop": 1165845766
        },
        {
            "start": 1165845767,
            "stop": 1165845799
        }
    ]
}