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=153
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=154",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=152",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 153,
    "results": [
        {
            "start": 1258527259,
            "stop": 1258527457
        },
        {
            "start": 1258527460,
            "stop": 1258528917
        },
        {
            "start": 1258528920,
            "stop": 1258529070
        },
        {
            "start": 1258529073,
            "stop": 1258529373
        },
        {
            "start": 1258529376,
            "stop": 1258529622
        },
        {
            "start": 1258529625,
            "stop": 1258529628
        },
        {
            "start": 1258529631,
            "stop": 1258530389
        },
        {
            "start": 1258530392,
            "stop": 1258531212
        },
        {
            "start": 1258531215,
            "stop": 1258531651
        },
        {
            "start": 1258531654,
            "stop": 1258532367
        },
        {
            "start": 1258532370,
            "stop": 1258532568
        },
        {
            "start": 1258532571,
            "stop": 1258533185
        },
        {
            "start": 1258533193,
            "stop": 1258533482
        },
        {
            "start": 1258533485,
            "stop": 1258533638
        },
        {
            "start": 1258533641,
            "stop": 1258534316
        },
        {
            "start": 1258534319,
            "stop": 1258534331
        },
        {
            "start": 1258534334,
            "stop": 1258535022
        },
        {
            "start": 1258535025,
            "stop": 1258535709
        },
        {
            "start": 1258535712,
            "stop": 1258535719
        },
        {
            "start": 1258535721,
            "stop": 1258537254
        }
    ]
}