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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=896",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=894",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 895,
    "results": [
        {
            "start": 1251279057,
            "stop": 1251279128
        },
        {
            "start": 1251279132,
            "stop": 1251279144
        },
        {
            "start": 1251279148,
            "stop": 1251279173
        },
        {
            "start": 1251279174,
            "stop": 1251279185
        },
        {
            "start": 1251279189,
            "stop": 1251279236
        },
        {
            "start": 1251279240,
            "stop": 1251279369
        },
        {
            "start": 1251279373,
            "stop": 1251279574
        },
        {
            "start": 1251279578,
            "stop": 1251279738
        },
        {
            "start": 1251279746,
            "stop": 1251279775
        },
        {
            "start": 1251279779,
            "stop": 1251281155
        },
        {
            "start": 1251281159,
            "stop": 1251282331
        },
        {
            "start": 1251282335,
            "stop": 1251284960
        },
        {
            "start": 1251284964,
            "stop": 1251286726
        },
        {
            "start": 1251286731,
            "stop": 1251286773
        },
        {
            "start": 1251286777,
            "stop": 1251287075
        },
        {
            "start": 1251287079,
            "stop": 1251287651
        },
        {
            "start": 1251292067,
            "stop": 1251292398
        },
        {
            "start": 1251292402,
            "stop": 1251292768
        },
        {
            "start": 1251292772,
            "stop": 1251293329
        },
        {
            "start": 1251293332,
            "stop": 1251294707
        }
    ]
}