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=439
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=440",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=438",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 439,
    "results": [
        {
            "start": 1268253868,
            "stop": 1268256850
        },
        {
            "start": 1268256851,
            "stop": 1268257797
        },
        {
            "start": 1268257798,
            "stop": 1268263754
        },
        {
            "start": 1268263755,
            "stop": 1268265115
        },
        {
            "start": 1268265116,
            "stop": 1268269558
        },
        {
            "start": 1268269559,
            "stop": 1268279299
        },
        {
            "start": 1268281886,
            "stop": 1268286671
        },
        {
            "start": 1268286672,
            "stop": 1268306593
        },
        {
            "start": 1268306594,
            "stop": 1268311356
        },
        {
            "start": 1268312132,
            "stop": 1268319183
        },
        {
            "start": 1268319184,
            "stop": 1268319185
        },
        {
            "start": 1268319188,
            "stop": 1268320189
        },
        {
            "start": 1268320190,
            "stop": 1268325839
        },
        {
            "start": 1268325840,
            "stop": 1268331860
        },
        {
            "start": 1268334202,
            "stop": 1268356349
        },
        {
            "start": 1268356350,
            "stop": 1268356359
        },
        {
            "start": 1268356360,
            "stop": 1268356378
        },
        {
            "start": 1268356379,
            "stop": 1268357104
        },
        {
            "start": 1268357105,
            "stop": 1268357107
        },
        {
            "start": 1268357108,
            "stop": 1268357228
        }
    ]
}