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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2114",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2112",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2113,
    "results": [
        {
            "start": 865827841,
            "stop": 865828590
        },
        {
            "start": 865828650,
            "stop": 865828651
        },
        {
            "start": 865829092,
            "stop": 865829155
        },
        {
            "start": 865830058,
            "stop": 865853534
        },
        {
            "start": 865853851,
            "stop": 865855087
        },
        {
            "start": 865855093,
            "stop": 865864020
        },
        {
            "start": 865864080,
            "stop": 865864170
        },
        {
            "start": 865864230,
            "stop": 865864234
        },
        {
            "start": 865866711,
            "stop": 865869270
        },
        {
            "start": 865869275,
            "stop": 865869600
        },
        {
            "start": 865869660,
            "stop": 865870222
        },
        {
            "start": 865870225,
            "stop": 865874640
        },
        {
            "start": 865874700,
            "stop": 865875206
        },
        {
            "start": 865875212,
            "stop": 865875215
        },
        {
            "start": 865875218,
            "stop": 865875220
        },
        {
            "start": 865875223,
            "stop": 865876240
        },
        {
            "start": 865877681,
            "stop": 865883669
        },
        {
            "start": 865883672,
            "stop": 865883676
        },
        {
            "start": 865883689,
            "stop": 865884720
        },
        {
            "start": 865884840,
            "stop": 865885147
        }
    ]
}