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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=233",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=231",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 232,
    "results": [
        {
            "start": 1186862417,
            "stop": 1186866203
        },
        {
            "start": 1186869098,
            "stop": 1186872861
        },
        {
            "start": 1186874761,
            "stop": 1186876539
        },
        {
            "start": 1186879267,
            "stop": 1186887600
        },
        {
            "start": 1186887840,
            "stop": 1186893397
        },
        {
            "start": 1186896968,
            "stop": 1186941750
        },
        {
            "start": 1186953083,
            "stop": 1186953289
        },
        {
            "start": 1186953290,
            "stop": 1186953292
        },
        {
            "start": 1186953294,
            "stop": 1186953367
        },
        {
            "start": 1186953368,
            "stop": 1186962648
        },
        {
            "start": 1186962649,
            "stop": 1186962655
        },
        {
            "start": 1186962656,
            "stop": 1187001382
        },
        {
            "start": 1187004231,
            "stop": 1187004416
        },
        {
            "start": 1187004571,
            "stop": 1187014414
        },
        {
            "start": 1187014416,
            "stop": 1187014422
        },
        {
            "start": 1187014423,
            "stop": 1187039542
        },
        {
            "start": 1187041964,
            "stop": 1187048797
        },
        {
            "start": 1187050774,
            "stop": 1187052164
        },
        {
            "start": 1187053503,
            "stop": 1187053568
        },
        {
            "start": 1187053824,
            "stop": 1187061300
        }
    ]
}