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=449
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=450",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=448",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 449,
    "results": [
        {
            "start": 1261682749,
            "stop": 1261683919
        },
        {
            "start": 1261683922,
            "stop": 1261684436
        },
        {
            "start": 1261684439,
            "stop": 1261684697
        },
        {
            "start": 1261684700,
            "stop": 1261685674
        },
        {
            "start": 1261685677,
            "stop": 1261685801
        },
        {
            "start": 1261685804,
            "stop": 1261685805
        },
        {
            "start": 1261685808,
            "stop": 1261688154
        },
        {
            "start": 1261688157,
            "stop": 1261688299
        },
        {
            "start": 1261688302,
            "stop": 1261688312
        },
        {
            "start": 1261688315,
            "stop": 1261688969
        },
        {
            "start": 1261688977,
            "stop": 1261689938
        },
        {
            "start": 1261689941,
            "stop": 1261690678
        },
        {
            "start": 1261690681,
            "stop": 1261690759
        },
        {
            "start": 1261690762,
            "stop": 1261690991
        },
        {
            "start": 1261690994,
            "stop": 1261695886
        },
        {
            "start": 1261695889,
            "stop": 1261695916
        },
        {
            "start": 1261695919,
            "stop": 1261698272
        },
        {
            "start": 1261698280,
            "stop": 1261700793
        },
        {
            "start": 1261700796,
            "stop": 1261700872
        },
        {
            "start": 1261705825,
            "stop": 1261706763
        }
    ]
}