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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=695",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=693",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 694,
    "results": [
        {
            "start": 1265967946,
            "stop": 1265970523
        },
        {
            "start": 1265970526,
            "stop": 1265973494
        },
        {
            "start": 1265973496,
            "stop": 1265975173
        },
        {
            "start": 1265975176,
            "stop": 1265977396
        },
        {
            "start": 1265977399,
            "stop": 1265978663
        },
        {
            "start": 1265978665,
            "stop": 1265980557
        },
        {
            "start": 1265980560,
            "stop": 1265983457
        },
        {
            "start": 1265983459,
            "stop": 1265984019
        },
        {
            "start": 1265984022,
            "stop": 1265984346
        },
        {
            "start": 1265984354,
            "stop": 1265984389
        },
        {
            "start": 1265984392,
            "stop": 1265987307
        },
        {
            "start": 1265987309,
            "stop": 1265987847
        },
        {
            "start": 1265987850,
            "stop": 1265996032
        },
        {
            "start": 1265996035,
            "stop": 1265996815
        },
        {
            "start": 1265996818,
            "stop": 1265999109
        },
        {
            "start": 1265999112,
            "stop": 1266001217
        },
        {
            "start": 1266003203,
            "stop": 1266005484
        },
        {
            "start": 1266005487,
            "stop": 1266006678
        },
        {
            "start": 1266006681,
            "stop": 1266011251
        },
        {
            "start": 1266011254,
            "stop": 1266011855
        }
    ]
}