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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=86",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=84",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 85,
    "results": [
        {
            "start": 931316878,
            "stop": 931316896
        },
        {
            "start": 931316900,
            "stop": 931316903
        },
        {
            "start": 931316909,
            "stop": 931316910
        },
        {
            "start": 931316912,
            "stop": 931316914
        },
        {
            "start": 931316918,
            "stop": 931316932
        },
        {
            "start": 931316934,
            "stop": 931316937
        },
        {
            "start": 931316940,
            "stop": 931316951
        },
        {
            "start": 931316953,
            "stop": 931316955
        },
        {
            "start": 931316957,
            "stop": 931316969
        },
        {
            "start": 931316971,
            "stop": 931316976
        },
        {
            "start": 931316978,
            "stop": 931316981
        },
        {
            "start": 931316983,
            "stop": 931316989
        },
        {
            "start": 931316991,
            "stop": 931316999
        },
        {
            "start": 931317002,
            "stop": 931317011
        },
        {
            "start": 931317014,
            "stop": 931317030
        },
        {
            "start": 931317032,
            "stop": 931317037
        },
        {
            "start": 931317040,
            "stop": 931317042
        },
        {
            "start": 931317045,
            "stop": 931317046
        },
        {
            "start": 931317048,
            "stop": 931317062
        },
        {
            "start": 931317064,
            "stop": 931317073
        }
    ]
}