Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=375
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=376",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=374",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 375,
    "results": [
        {
            "start": 1266277645,
            "stop": 1266279001
        },
        {
            "start": 1266279002,
            "stop": 1266279747
        },
        {
            "start": 1266279748,
            "stop": 1266280474
        },
        {
            "start": 1266280475,
            "stop": 1266280828
        },
        {
            "start": 1266280829,
            "stop": 1266285741
        },
        {
            "start": 1266285742,
            "stop": 1266286276
        },
        {
            "start": 1266286277,
            "stop": 1266286988
        },
        {
            "start": 1266286989,
            "stop": 1266287231
        },
        {
            "start": 1266287232,
            "stop": 1266287505
        },
        {
            "start": 1266287506,
            "stop": 1266288129
        },
        {
            "start": 1266288130,
            "stop": 1266288643
        },
        {
            "start": 1266288644,
            "stop": 1266289298
        },
        {
            "start": 1266289299,
            "stop": 1266289452
        },
        {
            "start": 1266289453,
            "stop": 1266291591
        },
        {
            "start": 1266291592,
            "stop": 1266294784
        },
        {
            "start": 1266294785,
            "stop": 1266295343
        },
        {
            "start": 1266295344,
            "stop": 1266295787
        },
        {
            "start": 1266295788,
            "stop": 1266296031
        },
        {
            "start": 1266296032,
            "stop": 1266297111
        },
        {
            "start": 1266297112,
            "stop": 1266297376
        }
    ]
}