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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=788",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=786",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 787,
    "results": [
        {
            "start": 1268361205,
            "stop": 1268361208
        },
        {
            "start": 1268361209,
            "stop": 1268361212
        },
        {
            "start": 1268361213,
            "stop": 1268361265
        },
        {
            "start": 1268361266,
            "stop": 1268361267
        },
        {
            "start": 1268361268,
            "stop": 1268361269
        },
        {
            "start": 1268361271,
            "stop": 1268361273
        },
        {
            "start": 1268361274,
            "stop": 1268361288
        },
        {
            "start": 1268361289,
            "stop": 1268361293
        },
        {
            "start": 1268361295,
            "stop": 1268361302
        },
        {
            "start": 1268361303,
            "stop": 1268361377
        },
        {
            "start": 1268361378,
            "stop": 1268361380
        },
        {
            "start": 1268361382,
            "stop": 1268361385
        },
        {
            "start": 1268361387,
            "stop": 1268361389
        },
        {
            "start": 1268361393,
            "stop": 1268361394
        },
        {
            "start": 1268361396,
            "stop": 1268361403
        },
        {
            "start": 1268361404,
            "stop": 1268361414
        },
        {
            "start": 1268361417,
            "stop": 1268361418
        },
        {
            "start": 1268361424,
            "stop": 1268361425
        },
        {
            "start": 1268361430,
            "stop": 1268366591
        },
        {
            "start": 1268366594,
            "stop": 1268367602
        }
    ]
}