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=1733
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=1734",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1732",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1733,
    "results": [
        {
            "start": 1249284863,
            "stop": 1249285195
        },
        {
            "start": 1249285198,
            "stop": 1249285224
        },
        {
            "start": 1249285227,
            "stop": 1249285269
        },
        {
            "start": 1249285272,
            "stop": 1249285375
        },
        {
            "start": 1249285378,
            "stop": 1249285454
        },
        {
            "start": 1249285457,
            "stop": 1249285910
        },
        {
            "start": 1249285913,
            "stop": 1249286156
        },
        {
            "start": 1249286159,
            "stop": 1249286481
        },
        {
            "start": 1249286484,
            "stop": 1249286521
        },
        {
            "start": 1249286523,
            "stop": 1249286533
        },
        {
            "start": 1249286536,
            "stop": 1249287553
        },
        {
            "start": 1249287556,
            "stop": 1249287598
        },
        {
            "start": 1249287600,
            "stop": 1249287713
        },
        {
            "start": 1249287716,
            "stop": 1249287813
        },
        {
            "start": 1249287816,
            "stop": 1249287896
        },
        {
            "start": 1249287899,
            "stop": 1249287972
        },
        {
            "start": 1249287975,
            "stop": 1249287999
        },
        {
            "start": 1249288002,
            "stop": 1249288086
        },
        {
            "start": 1249288089,
            "stop": 1249288138
        },
        {
            "start": 1249288141,
            "stop": 1249288281
        }
    ]
}