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=8
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=9",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_CBC_CAT1/segments?format=api&page=7",
    "results_count": 1192,
    "results_per_page": 20,
    "num_pages": 60,
    "page_number": 8,
    "results": [
        {
            "start": 1256932094,
            "stop": 1256932526
        },
        {
            "start": 1256932534,
            "stop": 1256933534
        },
        {
            "start": 1256933542,
            "stop": 1256933998
        },
        {
            "start": 1256934014,
            "stop": 1256938006
        },
        {
            "start": 1256938014,
            "stop": 1256938038
        },
        {
            "start": 1256938054,
            "stop": 1256939822
        },
        {
            "start": 1256939830,
            "stop": 1256940334
        },
        {
            "start": 1256940342,
            "stop": 1256940718
        },
        {
            "start": 1256940726,
            "stop": 1256941342
        },
        {
            "start": 1256941350,
            "stop": 1256941446
        },
        {
            "start": 1256941454,
            "stop": 1256941926
        },
        {
            "start": 1256941934,
            "stop": 1256942094
        },
        {
            "start": 1256942102,
            "stop": 1256943453
        },
        {
            "start": 1256953160,
            "stop": 1256953958
        },
        {
            "start": 1256953966,
            "stop": 1256955926
        },
        {
            "start": 1256955934,
            "stop": 1256957030
        },
        {
            "start": 1256957038,
            "stop": 1256959030
        },
        {
            "start": 1256959046,
            "stop": 1256960358
        },
        {
            "start": 1256960366,
            "stop": 1256962054
        },
        {
            "start": 1256962062,
            "stop": 1256962078
        }
    ]
}