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=23
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=24",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_CBC_CAT3/segments?format=api&page=22",
    "results_count": 1192,
    "results_per_page": 20,
    "num_pages": 60,
    "page_number": 23,
    "results": [
        {
            "start": 1258264631,
            "stop": 1258265057
        },
        {
            "start": 1258270458,
            "stop": 1258270538
        },
        {
            "start": 1258270539,
            "stop": 1258272049
        },
        {
            "start": 1258273922,
            "stop": 1258275132
        },
        {
            "start": 1258275440,
            "stop": 1258283912
        },
        {
            "start": 1258286234,
            "stop": 1258294394
        },
        {
            "start": 1258294971,
            "stop": 1258295809
        },
        {
            "start": 1258312080,
            "stop": 1258313332
        },
        {
            "start": 1258314875,
            "stop": 1258315707
        },
        {
            "start": 1258315827,
            "stop": 1258331881
        },
        {
            "start": 1258333542,
            "stop": 1258335101
        },
        {
            "start": 1258335109,
            "stop": 1258335746
        },
        {
            "start": 1258336677,
            "stop": 1258344836
        },
        {
            "start": 1258344956,
            "stop": 1258353515
        },
        {
            "start": 1258354666,
            "stop": 1258355628
        },
        {
            "start": 1258355636,
            "stop": 1258359846
        },
        {
            "start": 1258384031,
            "stop": 1258390947
        },
        {
            "start": 1258390955,
            "stop": 1258407815
        },
        {
            "start": 1258407935,
            "stop": 1258452198
        },
        {
            "start": 1258453001,
            "stop": 1258477182
        }
    ]
}