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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_CBC_CAT3/segments?format=api&page=10",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_CBC_CAT3/segments?format=api&page=8",
    "results_count": 1192,
    "results_per_page": 20,
    "num_pages": 60,
    "page_number": 9,
    "results": [
        {
            "start": 1256962094,
            "stop": 1256963878
        },
        {
            "start": 1256963886,
            "stop": 1256965342
        },
        {
            "start": 1256965358,
            "stop": 1256965926
        },
        {
            "start": 1256965942,
            "stop": 1256966046
        },
        {
            "start": 1256966054,
            "stop": 1256966438
        },
        {
            "start": 1256966446,
            "stop": 1256966878
        },
        {
            "start": 1256966886,
            "stop": 1256968198
        },
        {
            "start": 1256968206,
            "stop": 1256969198
        },
        {
            "start": 1256969206,
            "stop": 1256969374
        },
        {
            "start": 1256969382,
            "stop": 1256969766
        },
        {
            "start": 1256969774,
            "stop": 1256970683
        },
        {
            "start": 1256994465,
            "stop": 1257004467
        },
        {
            "start": 1257007351,
            "stop": 1257011191
        },
        {
            "start": 1257011198,
            "stop": 1257025730
        },
        {
            "start": 1257025738,
            "stop": 1257025746
        },
        {
            "start": 1257025762,
            "stop": 1257027570
        },
        {
            "start": 1257031830,
            "stop": 1257033233
        },
        {
            "start": 1257033277,
            "stop": 1257043929
        },
        {
            "start": 1257045338,
            "stop": 1257060037
        },
        {
            "start": 1257064161,
            "stop": 1257068650
        }
    ]
}