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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=617",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=615",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 616,
    "results": [
        {
            "start": 1263024047,
            "stop": 1263024769
        },
        {
            "start": 1263024772,
            "stop": 1263026255
        },
        {
            "start": 1263026258,
            "stop": 1263026281
        },
        {
            "start": 1263026284,
            "stop": 1263027531
        },
        {
            "start": 1263027533,
            "stop": 1263027539
        },
        {
            "start": 1263027545,
            "stop": 1263027560
        },
        {
            "start": 1263027561,
            "stop": 1263027564
        },
        {
            "start": 1263027565,
            "stop": 1263028072
        },
        {
            "start": 1263028074,
            "stop": 1263028077
        },
        {
            "start": 1263028085,
            "stop": 1263028103
        },
        {
            "start": 1263028106,
            "stop": 1263028143
        },
        {
            "start": 1263028151,
            "stop": 1263028154
        },
        {
            "start": 1263028171,
            "stop": 1263028173
        },
        {
            "start": 1263028176,
            "stop": 1263028217
        },
        {
            "start": 1263028245,
            "stop": 1263028246
        },
        {
            "start": 1263028253,
            "stop": 1263028366
        },
        {
            "start": 1263028374,
            "stop": 1263028375
        },
        {
            "start": 1263028377,
            "stop": 1263028382
        },
        {
            "start": 1263028386,
            "stop": 1263028388
        },
        {
            "start": 1263028389,
            "stop": 1263028599
        }
    ]
}