Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=228
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=229",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=227",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 228,
    "results": [
        {
            "start": 1259279528,
            "stop": 1259279534
        },
        {
            "start": 1259279537,
            "stop": 1259279540
        },
        {
            "start": 1259279549,
            "stop": 1259279552
        },
        {
            "start": 1259279555,
            "stop": 1259279556
        },
        {
            "start": 1259279559,
            "stop": 1259279563
        },
        {
            "start": 1259279566,
            "stop": 1259279568
        },
        {
            "start": 1259279573,
            "stop": 1259279613
        },
        {
            "start": 1259279616,
            "stop": 1259279647
        },
        {
            "start": 1259279656,
            "stop": 1259279657
        },
        {
            "start": 1259279663,
            "stop": 1259279666
        },
        {
            "start": 1259279669,
            "stop": 1259279678
        },
        {
            "start": 1259279681,
            "stop": 1259279684
        },
        {
            "start": 1259279690,
            "stop": 1259279700
        },
        {
            "start": 1259279703,
            "stop": 1259279713
        },
        {
            "start": 1259279716,
            "stop": 1259279791
        },
        {
            "start": 1259279797,
            "stop": 1259280013
        },
        {
            "start": 1259280016,
            "stop": 1259280049
        },
        {
            "start": 1259280055,
            "stop": 1259280170
        },
        {
            "start": 1259280173,
            "stop": 1259280180
        },
        {
            "start": 1259280186,
            "stop": 1259280203
        }
    ]
}