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=455
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=456",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=454",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 455,
    "results": [
        {
            "start": 1268620394,
            "stop": 1268621879
        },
        {
            "start": 1268624226,
            "stop": 1268627092
        },
        {
            "start": 1268627093,
            "stop": 1268627158
        },
        {
            "start": 1268627159,
            "stop": 1268627168
        },
        {
            "start": 1268627169,
            "stop": 1268627170
        },
        {
            "start": 1268627171,
            "stop": 1268627236
        },
        {
            "start": 1268627237,
            "stop": 1268627417
        },
        {
            "start": 1268627418,
            "stop": 1268627472
        },
        {
            "start": 1268627473,
            "stop": 1268627531
        },
        {
            "start": 1268627532,
            "stop": 1268627563
        },
        {
            "start": 1268627564,
            "stop": 1268627579
        },
        {
            "start": 1268627580,
            "stop": 1268627613
        },
        {
            "start": 1268627614,
            "stop": 1268627618
        },
        {
            "start": 1268627619,
            "stop": 1268627632
        },
        {
            "start": 1268627633,
            "stop": 1268627646
        },
        {
            "start": 1268627647,
            "stop": 1268627656
        },
        {
            "start": 1268627657,
            "stop": 1268627768
        },
        {
            "start": 1268627769,
            "stop": 1268627778
        },
        {
            "start": 1268627779,
            "stop": 1268627782
        },
        {
            "start": 1268627783,
            "stop": 1268627787
        }
    ]
}