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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_CBC_CAT1/segments?format=api&page=33",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_CBC_CAT1/segments?format=api&page=31",
    "results_count": 1192,
    "results_per_page": 20,
    "num_pages": 60,
    "page_number": 32,
    "results": [
        {
            "start": 1259813488,
            "stop": 1259824098
        },
        {
            "start": 1259824215,
            "stop": 1259837510
        },
        {
            "start": 1259840754,
            "stop": 1259858604
        },
        {
            "start": 1259858898,
            "stop": 1259866192
        },
        {
            "start": 1259866363,
            "stop": 1259870585
        },
        {
            "start": 1259870710,
            "stop": 1259874977
        },
        {
            "start": 1259875160,
            "stop": 1259875176
        },
        {
            "start": 1259875313,
            "stop": 1259877018
        },
        {
            "start": 1259877080,
            "stop": 1259894419
        },
        {
            "start": 1259897052,
            "stop": 1259897849
        },
        {
            "start": 1259953524,
            "stop": 1259962134
        },
        {
            "start": 1259962142,
            "stop": 1259965648
        },
        {
            "start": 1259966037,
            "stop": 1259973309
        },
        {
            "start": 1259973401,
            "stop": 1259986294
        },
        {
            "start": 1259986302,
            "stop": 1259992858
        },
        {
            "start": 1259995783,
            "stop": 1259996665
        },
        {
            "start": 1260018416,
            "stop": 1260036397
        },
        {
            "start": 1260038336,
            "stop": 1260052675
        },
        {
            "start": 1260057829,
            "stop": 1260066314
        },
        {
            "start": 1260067504,
            "stop": 1260067961
        }
    ]
}