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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=154",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=152",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 153,
    "results": [
        {
            "start": 1239957951,
            "stop": 1239958070
        },
        {
            "start": 1239958071,
            "stop": 1239958190
        },
        {
            "start": 1239958191,
            "stop": 1239958310
        },
        {
            "start": 1239958311,
            "stop": 1239958429
        },
        {
            "start": 1239958431,
            "stop": 1239958549
        },
        {
            "start": 1239958551,
            "stop": 1239958669
        },
        {
            "start": 1239958671,
            "stop": 1239958789
        },
        {
            "start": 1239958791,
            "stop": 1239958929
        },
        {
            "start": 1239958931,
            "stop": 1239959049
        },
        {
            "start": 1239959051,
            "stop": 1239959169
        },
        {
            "start": 1239959171,
            "stop": 1239959289
        },
        {
            "start": 1239959291,
            "stop": 1239959409
        },
        {
            "start": 1239959411,
            "stop": 1239959502
        },
        {
            "start": 1239959503,
            "stop": 1239959529
        },
        {
            "start": 1239959531,
            "stop": 1239959649
        },
        {
            "start": 1239959651,
            "stop": 1239959769
        },
        {
            "start": 1239959771,
            "stop": 1239959887
        },
        {
            "start": 1239959888,
            "stop": 1239960009
        },
        {
            "start": 1239960011,
            "stop": 1239960129
        },
        {
            "start": 1239960131,
            "stop": 1239960249
        }
    ]
}