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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_CBC_CAT2/segments?format=api&page=13",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_CBC_CAT2/segments?format=api&page=11",
    "results_count": 422,
    "results_per_page": 20,
    "num_pages": 22,
    "page_number": 12,
    "results": [
        {
            "start": 1263272009,
            "stop": 1263330216
        },
        {
            "start": 1263332913,
            "stop": 1263398912
        },
        {
            "start": 1263399288,
            "stop": 1263438973
        },
        {
            "start": 1263439188,
            "stop": 1263478731
        },
        {
            "start": 1263508248,
            "stop": 1263514217
        },
        {
            "start": 1263522105,
            "stop": 1263528542
        },
        {
            "start": 1263532867,
            "stop": 1263571805
        },
        {
            "start": 1263583492,
            "stop": 1263591014
        },
        {
            "start": 1263595628,
            "stop": 1263615146
        },
        {
            "start": 1263620637,
            "stop": 1263649063
        },
        {
            "start": 1263677338,
            "stop": 1263677640
        },
        {
            "start": 1263677815,
            "stop": 1263683243
        },
        {
            "start": 1263688619,
            "stop": 1263787665
        },
        {
            "start": 1263787796,
            "stop": 1263794436
        },
        {
            "start": 1263807999,
            "stop": 1263812452
        },
        {
            "start": 1263812514,
            "stop": 1263833088
        },
        {
            "start": 1263833097,
            "stop": 1263850495
        },
        {
            "start": 1263857147,
            "stop": 1263867163
        },
        {
            "start": 1263881127,
            "stop": 1263925290
        },
        {
            "start": 1263931377,
            "stop": 1263937091
        }
    ]
}