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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=55",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=53",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 54,
    "results": [
        {
            "start": 932071924,
            "stop": 932071926
        },
        {
            "start": 932071929,
            "stop": 932071930
        },
        {
            "start": 932071933,
            "stop": 932071947
        },
        {
            "start": 932071952,
            "stop": 932071957
        },
        {
            "start": 932071959,
            "stop": 932071969
        },
        {
            "start": 932071973,
            "stop": 932071977
        },
        {
            "start": 932071979,
            "stop": 932071984
        },
        {
            "start": 932071988,
            "stop": 932071990
        },
        {
            "start": 932071991,
            "stop": 932071998
        },
        {
            "start": 932072002,
            "stop": 932072032
        },
        {
            "start": 932072034,
            "stop": 932072037
        },
        {
            "start": 932072039,
            "stop": 932072040
        },
        {
            "start": 932072044,
            "stop": 932072048
        },
        {
            "start": 932072050,
            "stop": 932072060
        },
        {
            "start": 932072062,
            "stop": 932072064
        },
        {
            "start": 932072069,
            "stop": 932072071
        },
        {
            "start": 932072074,
            "stop": 932072079
        },
        {
            "start": 932072084,
            "stop": 932072091
        },
        {
            "start": 932072095,
            "stop": 932072096
        },
        {
            "start": 932072097,
            "stop": 932072100
        }
    ]
}