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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_CBC_CAT2/segments?format=api&page=40",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_CBC_CAT2/segments?format=api&page=38",
    "results_count": 792,
    "results_per_page": 20,
    "num_pages": 40,
    "page_number": 39,
    "results": [
        {
            "start": 1136614357,
            "stop": 1136622324
        },
        {
            "start": 1136622326,
            "stop": 1136622631
        },
        {
            "start": 1136623494,
            "stop": 1136630354
        },
        {
            "start": 1136630704,
            "stop": 1136631887
        },
        {
            "start": 1136631889,
            "stop": 1136643463
        },
        {
            "start": 1136644116,
            "stop": 1136649635
        },
        {
            "start": 1136690975,
            "stop": 1136695707
        },
        {
            "start": 1136695709,
            "stop": 1136698191
        },
        {
            "start": 1136698193,
            "stop": 1136699452
        },
        {
            "start": 1136749406,
            "stop": 1136755020
        },
        {
            "start": 1136770755,
            "stop": 1136777971
        },
        {
            "start": 1136793058,
            "stop": 1136806992
        },
        {
            "start": 1136807530,
            "stop": 1136807663
        },
        {
            "start": 1136814060,
            "stop": 1136817591
        },
        {
            "start": 1136818477,
            "stop": 1136824858
        },
        {
            "start": 1136833400,
            "stop": 1136835468
        },
        {
            "start": 1136861050,
            "stop": 1136865433
        },
        {
            "start": 1136866393,
            "stop": 1136867195
        },
        {
            "start": 1136879795,
            "stop": 1136883215
        },
        {
            "start": 1136897972,
            "stop": 1136910288
        }
    ]
}