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=429
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=430",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=428",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 429,
    "results": [
        {
            "start": 1267703866,
            "stop": 1267703868
        },
        {
            "start": 1267703870,
            "stop": 1267703871
        },
        {
            "start": 1267703874,
            "stop": 1267703875
        },
        {
            "start": 1267703879,
            "stop": 1267703881
        },
        {
            "start": 1267703884,
            "stop": 1267703885
        },
        {
            "start": 1267703888,
            "stop": 1267704074
        },
        {
            "start": 1267704075,
            "stop": 1267704076
        },
        {
            "start": 1267704078,
            "stop": 1267704158
        },
        {
            "start": 1267704160,
            "stop": 1267714082
        },
        {
            "start": 1267714083,
            "stop": 1267715711
        },
        {
            "start": 1267715713,
            "stop": 1267716250
        },
        {
            "start": 1267716256,
            "stop": 1267716257
        },
        {
            "start": 1267716259,
            "stop": 1267716756
        },
        {
            "start": 1267716757,
            "stop": 1267716795
        },
        {
            "start": 1267716798,
            "stop": 1267716799
        },
        {
            "start": 1267716803,
            "stop": 1267716804
        },
        {
            "start": 1267716805,
            "stop": 1267716807
        },
        {
            "start": 1267716808,
            "stop": 1267716809
        },
        {
            "start": 1267716810,
            "stop": 1267716812
        },
        {
            "start": 1267716816,
            "stop": 1267716817
        }
    ]
}