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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=443",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=441",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 442,
    "results": [
        {
            "start": 1268361093,
            "stop": 1268361111
        },
        {
            "start": 1268361112,
            "stop": 1268361113
        },
        {
            "start": 1268361114,
            "stop": 1268361118
        },
        {
            "start": 1268361119,
            "stop": 1268361176
        },
        {
            "start": 1268361177,
            "stop": 1268361198
        },
        {
            "start": 1268361200,
            "stop": 1268361201
        },
        {
            "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
        }
    ]
}