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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_CBC_CAT1/segments?format=api&page=36",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_CBC_CAT1/segments?format=api&page=34",
    "results_count": 1192,
    "results_per_page": 20,
    "num_pages": 60,
    "page_number": 35,
    "results": [
        {
            "start": 1260626859,
            "stop": 1260634484
        },
        {
            "start": 1260635333,
            "stop": 1260635347
        },
        {
            "start": 1260635502,
            "stop": 1260639751
        },
        {
            "start": 1260639982,
            "stop": 1260687405
        },
        {
            "start": 1260687527,
            "stop": 1260709542
        },
        {
            "start": 1260734089,
            "stop": 1260735731
        },
        {
            "start": 1260737662,
            "stop": 1260779430
        },
        {
            "start": 1260789462,
            "stop": 1260790142
        },
        {
            "start": 1260790152,
            "stop": 1260790359
        },
        {
            "start": 1260791917,
            "stop": 1260794521
        },
        {
            "start": 1260796394,
            "stop": 1260796396
        },
        {
            "start": 1260797228,
            "stop": 1260813968
        },
        {
            "start": 1260813980,
            "stop": 1260815999
        },
        {
            "start": 1260816139,
            "stop": 1260818544
        },
        {
            "start": 1260818987,
            "stop": 1260819269
        },
        {
            "start": 1260821018,
            "stop": 1260821138
        },
        {
            "start": 1260821326,
            "stop": 1260826196
        },
        {
            "start": 1260826468,
            "stop": 1260832048
        },
        {
            "start": 1260832109,
            "stop": 1260832123
        },
        {
            "start": 1260832277,
            "stop": 1260832289
        }
    ]
}