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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=277",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=275",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 276,
    "results": [
        {
            "start": 1244456798,
            "stop": 1244458915
        },
        {
            "start": 1244468951,
            "stop": 1244469551
        },
        {
            "start": 1244469552,
            "stop": 1244480013
        },
        {
            "start": 1244480015,
            "stop": 1244480018
        },
        {
            "start": 1244480021,
            "stop": 1244480022
        },
        {
            "start": 1244480028,
            "stop": 1244480029
        },
        {
            "start": 1244480030,
            "stop": 1244480031
        },
        {
            "start": 1244480033,
            "stop": 1244480034
        },
        {
            "start": 1244480036,
            "stop": 1244480037
        },
        {
            "start": 1244480039,
            "stop": 1244480042
        },
        {
            "start": 1244480044,
            "stop": 1244480045
        },
        {
            "start": 1244480046,
            "stop": 1244507919
        },
        {
            "start": 1244517514,
            "stop": 1244520158
        },
        {
            "start": 1244520160,
            "stop": 1244521852
        },
        {
            "start": 1244522010,
            "stop": 1244543814
        },
        {
            "start": 1244543815,
            "stop": 1244557087
        },
        {
            "start": 1244557088,
            "stop": 1244560243
        },
        {
            "start": 1244560245,
            "stop": 1244561253
        },
        {
            "start": 1244561254,
            "stop": 1244567243
        },
        {
            "start": 1244568963,
            "stop": 1244578495
        }
    ]
}