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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1790",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1788",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1789,
    "results": [
        {
            "start": 1249654802,
            "stop": 1249654803
        },
        {
            "start": 1249654806,
            "stop": 1249655394
        },
        {
            "start": 1249655397,
            "stop": 1249655635
        },
        {
            "start": 1249655638,
            "stop": 1249656109
        },
        {
            "start": 1249656112,
            "stop": 1249656401
        },
        {
            "start": 1249656404,
            "stop": 1249657630
        },
        {
            "start": 1249657633,
            "stop": 1249658315
        },
        {
            "start": 1249658316,
            "stop": 1249658453
        },
        {
            "start": 1249658456,
            "stop": 1249658483
        },
        {
            "start": 1249658486,
            "stop": 1249658487
        },
        {
            "start": 1249658489,
            "stop": 1249658490
        },
        {
            "start": 1249658492,
            "stop": 1249658514
        },
        {
            "start": 1249658517,
            "stop": 1249658529
        },
        {
            "start": 1249658535,
            "stop": 1249658538
        },
        {
            "start": 1249658543,
            "stop": 1249659251
        },
        {
            "start": 1249659254,
            "stop": 1249660059
        },
        {
            "start": 1249660062,
            "stop": 1249660304
        },
        {
            "start": 1249660305,
            "stop": 1249660390
        },
        {
            "start": 1249660393,
            "stop": 1249660448
        },
        {
            "start": 1249660550,
            "stop": 1249661048
        }
    ]
}