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=41
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=42",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_CBC_CAT3/segments?format=api&page=40",
    "results_count": 1192,
    "results_per_page": 20,
    "num_pages": 60,
    "page_number": 41,
    "results": [
        {
            "start": 1263090746,
            "stop": 1263096766
        },
        {
            "start": 1263096774,
            "stop": 1263098782
        },
        {
            "start": 1263098790,
            "stop": 1263108558
        },
        {
            "start": 1263108566,
            "stop": 1263110169
        },
        {
            "start": 1263117432,
            "stop": 1263119650
        },
        {
            "start": 1263120185,
            "stop": 1263121112
        },
        {
            "start": 1263128115,
            "stop": 1263128117
        },
        {
            "start": 1263129222,
            "stop": 1263132864
        },
        {
            "start": 1263135023,
            "stop": 1263136225
        },
        {
            "start": 1263154328,
            "stop": 1263164344
        },
        {
            "start": 1263164869,
            "stop": 1263203173
        },
        {
            "start": 1263212592,
            "stop": 1263216136
        },
        {
            "start": 1263221600,
            "stop": 1263227952
        },
        {
            "start": 1263232628,
            "stop": 1263248248
        },
        {
            "start": 1263248256,
            "stop": 1263254480
        },
        {
            "start": 1263254488,
            "stop": 1263258648
        },
        {
            "start": 1263258656,
            "stop": 1263267008
        },
        {
            "start": 1263267016,
            "stop": 1263268960
        },
        {
            "start": 1263268968,
            "stop": 1263273072
        },
        {
            "start": 1263273088,
            "stop": 1263273432
        }
    ]
}