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=1766
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=1767",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1765",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1766,
    "results": [
        {
            "start": 1249468839,
            "stop": 1249468866
        },
        {
            "start": 1249468869,
            "stop": 1249469282
        },
        {
            "start": 1249469285,
            "stop": 1249469330
        },
        {
            "start": 1249469333,
            "stop": 1249469350
        },
        {
            "start": 1249469353,
            "stop": 1249469566
        },
        {
            "start": 1249469568,
            "stop": 1249469791
        },
        {
            "start": 1249469794,
            "stop": 1249469887
        },
        {
            "start": 1249469890,
            "stop": 1249469921
        },
        {
            "start": 1249469924,
            "stop": 1249469929
        },
        {
            "start": 1249469932,
            "stop": 1249470009
        },
        {
            "start": 1249470012,
            "stop": 1249470173
        },
        {
            "start": 1249470176,
            "stop": 1249470261
        },
        {
            "start": 1249470264,
            "stop": 1249470286
        },
        {
            "start": 1249470288,
            "stop": 1249470380
        },
        {
            "start": 1249470382,
            "stop": 1249470678
        },
        {
            "start": 1249470681,
            "stop": 1249470691
        },
        {
            "start": 1249470694,
            "stop": 1249470787
        },
        {
            "start": 1249470790,
            "stop": 1249470919
        },
        {
            "start": 1249470927,
            "stop": 1249470932
        },
        {
            "start": 1249470934,
            "stop": 1249471004
        }
    ]
}