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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=63",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=61",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 62,
    "results": [
        {
            "start": 1174676100,
            "stop": 1174676130
        },
        {
            "start": 1174676160,
            "stop": 1174676510
        },
        {
            "start": 1174676520,
            "stop": 1174676530
        },
        {
            "start": 1174676560,
            "stop": 1174677510
        },
        {
            "start": 1174677520,
            "stop": 1174677530
        },
        {
            "start": 1174677560,
            "stop": 1174677819
        },
        {
            "start": 1174677821,
            "stop": 1174680100
        },
        {
            "start": 1174680110,
            "stop": 1174680320
        },
        {
            "start": 1174680340,
            "stop": 1174680680
        },
        {
            "start": 1174680690,
            "stop": 1174681420
        },
        {
            "start": 1174681470,
            "stop": 1174681480
        },
        {
            "start": 1174681500,
            "stop": 1174682560
        },
        {
            "start": 1174682660,
            "stop": 1174683222
        },
        {
            "start": 1174683875,
            "stop": 1174684546
        },
        {
            "start": 1174685490,
            "stop": 1174686300
        },
        {
            "start": 1174686310,
            "stop": 1174686330
        },
        {
            "start": 1174686360,
            "stop": 1174686370
        },
        {
            "start": 1174686390,
            "stop": 1174686400
        },
        {
            "start": 1174686410,
            "stop": 1174686760
        },
        {
            "start": 1174686770,
            "stop": 1174686790
        }
    ]
}