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=225
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=226",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=224",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 225,
    "results": [
        {
            "start": 1259267098,
            "stop": 1259267262
        },
        {
            "start": 1259267265,
            "stop": 1259267331
        },
        {
            "start": 1259267334,
            "stop": 1259267444
        },
        {
            "start": 1259267447,
            "stop": 1259267505
        },
        {
            "start": 1259276943,
            "stop": 1259277024
        },
        {
            "start": 1259277033,
            "stop": 1259277136
        },
        {
            "start": 1259277139,
            "stop": 1259277141
        },
        {
            "start": 1259277147,
            "stop": 1259277153
        },
        {
            "start": 1259277156,
            "stop": 1259277159
        },
        {
            "start": 1259277180,
            "stop": 1259277209
        },
        {
            "start": 1259277212,
            "stop": 1259277339
        },
        {
            "start": 1259277342,
            "stop": 1259277387
        },
        {
            "start": 1259277390,
            "stop": 1259277395
        },
        {
            "start": 1259277398,
            "stop": 1259277445
        },
        {
            "start": 1259277448,
            "stop": 1259277463
        },
        {
            "start": 1259277466,
            "stop": 1259277546
        },
        {
            "start": 1259277549,
            "stop": 1259277559
        },
        {
            "start": 1259277562,
            "stop": 1259277565
        },
        {
            "start": 1259277571,
            "stop": 1259277586
        },
        {
            "start": 1259277591,
            "stop": 1259277643
        }
    ]
}