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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_CBC_CAT3/segments?format=api&page=52",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_CBC_CAT3/segments?format=api&page=50",
    "results_count": 1350,
    "results_per_page": 20,
    "num_pages": 68,
    "page_number": 51,
    "results": [
        {
            "start": 1249450040,
            "stop": 1249453048
        },
        {
            "start": 1249453056,
            "stop": 1249455232
        },
        {
            "start": 1249455248,
            "stop": 1249455284
        },
        {
            "start": 1249455334,
            "stop": 1249507852
        },
        {
            "start": 1249509044,
            "stop": 1249527710
        },
        {
            "start": 1249527726,
            "stop": 1249632620
        },
        {
            "start": 1249653569,
            "stop": 1249653758
        },
        {
            "start": 1249664932,
            "stop": 1249708830
        },
        {
            "start": 1249737663,
            "stop": 1249741379
        },
        {
            "start": 1249743335,
            "stop": 1249743393
        },
        {
            "start": 1249743721,
            "stop": 1249799884
        },
        {
            "start": 1249803924,
            "stop": 1249824744
        },
        {
            "start": 1249847919,
            "stop": 1249895918
        },
        {
            "start": 1249895926,
            "stop": 1249932750
        },
        {
            "start": 1249932758,
            "stop": 1249997902
        },
        {
            "start": 1249997910,
            "stop": 1250027838
        },
        {
            "start": 1250027846,
            "stop": 1250033046
        },
        {
            "start": 1250033054,
            "stop": 1250047197
        },
        {
            "start": 1250065107,
            "stop": 1250095990
        },
        {
            "start": 1250104528,
            "stop": 1250114555
        }
    ]
}