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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=303",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=301",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 302,
    "results": [
        {
            "start": 1247692070,
            "stop": 1247692073
        },
        {
            "start": 1247692075,
            "stop": 1247692077
        },
        {
            "start": 1247692079,
            "stop": 1247692464
        },
        {
            "start": 1247692467,
            "stop": 1247692468
        },
        {
            "start": 1247692469,
            "stop": 1247692470
        },
        {
            "start": 1247692471,
            "stop": 1247692473
        },
        {
            "start": 1247692475,
            "stop": 1247692476
        },
        {
            "start": 1247692477,
            "stop": 1247692478
        },
        {
            "start": 1247692479,
            "stop": 1247693007
        },
        {
            "start": 1247693008,
            "stop": 1247693494
        },
        {
            "start": 1247693495,
            "stop": 1247693499
        },
        {
            "start": 1247693500,
            "stop": 1247694012
        },
        {
            "start": 1247694026,
            "stop": 1247694233
        },
        {
            "start": 1247694234,
            "stop": 1247736941
        },
        {
            "start": 1247741176,
            "stop": 1247758551
        },
        {
            "start": 1247763675,
            "stop": 1247766847
        },
        {
            "start": 1247766848,
            "stop": 1247767085
        },
        {
            "start": 1247767090,
            "stop": 1247767091
        },
        {
            "start": 1247767092,
            "stop": 1247767093
        },
        {
            "start": 1247767094,
            "stop": 1247767170
        }
    ]
}