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=1729
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=1730",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1728",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1729,
    "results": [
        {
            "start": 1249229729,
            "stop": 1249229751
        },
        {
            "start": 1249229754,
            "stop": 1249229871
        },
        {
            "start": 1249229874,
            "stop": 1249230302
        },
        {
            "start": 1249230305,
            "stop": 1249230333
        },
        {
            "start": 1249230336,
            "stop": 1249230356
        },
        {
            "start": 1249230359,
            "stop": 1249230616
        },
        {
            "start": 1249230619,
            "stop": 1249230781
        },
        {
            "start": 1249230784,
            "stop": 1249230797
        },
        {
            "start": 1249230800,
            "stop": 1249231036
        },
        {
            "start": 1249231039,
            "stop": 1249231115
        },
        {
            "start": 1249231118,
            "stop": 1249231345
        },
        {
            "start": 1249231348,
            "stop": 1249231370
        },
        {
            "start": 1249231373,
            "stop": 1249231463
        },
        {
            "start": 1249231466,
            "stop": 1249231493
        },
        {
            "start": 1249231496,
            "stop": 1249231662
        },
        {
            "start": 1249231665,
            "stop": 1249232099
        },
        {
            "start": 1249232100,
            "stop": 1249232782
        },
        {
            "start": 1249232784,
            "stop": 1249232923
        },
        {
            "start": 1249232926,
            "stop": 1249233075
        },
        {
            "start": 1249233078,
            "stop": 1249233391
        }
    ]
}