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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1391",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1389",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1390,
    "results": [
        {
            "start": 969486665,
            "stop": 969493263
        },
        {
            "start": 969494040,
            "stop": 969494152
        },
        {
            "start": 969494154,
            "stop": 969497905
        },
        {
            "start": 969497906,
            "stop": 969506266
        },
        {
            "start": 969506267,
            "stop": 969510870
        },
        {
            "start": 969510871,
            "stop": 969514775
        },
        {
            "start": 969514777,
            "stop": 969514780
        },
        {
            "start": 969514782,
            "stop": 969524847
        },
        {
            "start": 969524848,
            "stop": 969530619
        },
        {
            "start": 969530621,
            "stop": 969530815
        },
        {
            "start": 969530817,
            "stop": 969536032
        },
        {
            "start": 969536033,
            "stop": 969539202
        },
        {
            "start": 969543117,
            "stop": 969555128
        },
        {
            "start": 969555129,
            "stop": 969555993
        },
        {
            "start": 969558326,
            "stop": 969561197
        },
        {
            "start": 969561199,
            "stop": 969562536
        },
        {
            "start": 969563289,
            "stop": 969572080
        },
        {
            "start": 969572082,
            "stop": 969572090
        },
        {
            "start": 969575192,
            "stop": 969576046
        },
        {
            "start": 969576047,
            "stop": 969583008
        }
    ]
}