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=373
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=374",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=372",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 373,
    "results": [
        {
            "start": 1260929847,
            "stop": 1260930310
        },
        {
            "start": 1260930313,
            "stop": 1260930359
        },
        {
            "start": 1260930362,
            "stop": 1260930565
        },
        {
            "start": 1260930568,
            "stop": 1260930917
        },
        {
            "start": 1260930920,
            "stop": 1260931072
        },
        {
            "start": 1260931075,
            "stop": 1260931216
        },
        {
            "start": 1260931219,
            "stop": 1260931367
        },
        {
            "start": 1260931370,
            "stop": 1260931469
        },
        {
            "start": 1260931472,
            "stop": 1260931550
        },
        {
            "start": 1260931553,
            "stop": 1260931562
        },
        {
            "start": 1260931565,
            "stop": 1260931566
        },
        {
            "start": 1260931569,
            "stop": 1260931869
        },
        {
            "start": 1260931872,
            "stop": 1260932071
        },
        {
            "start": 1260932074,
            "stop": 1260932288
        },
        {
            "start": 1260932291,
            "stop": 1260932437
        },
        {
            "start": 1260932440,
            "stop": 1260932599
        },
        {
            "start": 1260932602,
            "stop": 1260932608
        },
        {
            "start": 1260932611,
            "stop": 1260932627
        },
        {
            "start": 1260932629,
            "stop": 1260932663
        },
        {
            "start": 1260932666,
            "stop": 1260932667
        }
    ]
}