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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_BURST_CAT1/segments?format=api&page=39",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_BURST_CAT1/segments?format=api&page=37",
    "results_count": 1192,
    "results_per_page": 20,
    "num_pages": 60,
    "page_number": 38,
    "results": [
        {
            "start": 1261357396,
            "stop": 1261360330
        },
        {
            "start": 1261360879,
            "stop": 1261443619
        },
        {
            "start": 1261443635,
            "stop": 1261463573
        },
        {
            "start": 1261470472,
            "stop": 1261473931
        },
        {
            "start": 1261474416,
            "stop": 1261501126
        },
        {
            "start": 1261501824,
            "stop": 1261505904
        },
        {
            "start": 1261505912,
            "stop": 1261551644
        },
        {
            "start": 1261551810,
            "stop": 1261591316
        },
        {
            "start": 1261592712,
            "stop": 1261638192
        },
        {
            "start": 1261638348,
            "stop": 1261643390
        },
        {
            "start": 1261643441,
            "stop": 1261664748
        },
        {
            "start": 1261665439,
            "stop": 1261672801
        },
        {
            "start": 1261673411,
            "stop": 1261674798
        },
        {
            "start": 1261674818,
            "stop": 1261703571
        },
        {
            "start": 1261707046,
            "stop": 1261732225
        },
        {
            "start": 1261739239,
            "stop": 1261800947
        },
        {
            "start": 1261800955,
            "stop": 1261808442
        },
        {
            "start": 1261810962,
            "stop": 1261811143
        },
        {
            "start": 1261821020,
            "stop": 1261821570
        },
        {
            "start": 1261823962,
            "stop": 1261827337
        }
    ]
}