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=147
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=148",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=146",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 147,
    "results": [
        {
            "start": 1258392675,
            "stop": 1258392951
        },
        {
            "start": 1258392954,
            "stop": 1258393146
        },
        {
            "start": 1258393149,
            "stop": 1258393192
        },
        {
            "start": 1258393195,
            "stop": 1258397272
        },
        {
            "start": 1258397275,
            "stop": 1258397652
        },
        {
            "start": 1258397655,
            "stop": 1258397665
        },
        {
            "start": 1258397666,
            "stop": 1258398173
        },
        {
            "start": 1258398176,
            "stop": 1258398895
        },
        {
            "start": 1258398897,
            "stop": 1258400179
        },
        {
            "start": 1258400182,
            "stop": 1258400185
        },
        {
            "start": 1258400188,
            "stop": 1258401731
        },
        {
            "start": 1258401734,
            "stop": 1258402123
        },
        {
            "start": 1258402126,
            "stop": 1258402365
        },
        {
            "start": 1258402367,
            "stop": 1258404141
        },
        {
            "start": 1258404144,
            "stop": 1258406287
        },
        {
            "start": 1258406290,
            "stop": 1258409539
        },
        {
            "start": 1258415638,
            "stop": 1258416346
        },
        {
            "start": 1258416349,
            "stop": 1258416932
        },
        {
            "start": 1258417739,
            "stop": 1258417811
        },
        {
            "start": 1258417814,
            "stop": 1258418075
        }
    ]
}