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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6490",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6488",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6489,
    "results": [
        {
            "start": 874125885,
            "stop": 874126090
        },
        {
            "start": 874126091,
            "stop": 874126197
        },
        {
            "start": 874126198,
            "stop": 874126545
        },
        {
            "start": 874126546,
            "stop": 874126627
        },
        {
            "start": 874126628,
            "stop": 874126642
        },
        {
            "start": 874126643,
            "stop": 874126661
        },
        {
            "start": 874126662,
            "stop": 874126709
        },
        {
            "start": 874126710,
            "stop": 874126785
        },
        {
            "start": 874126786,
            "stop": 874126873
        },
        {
            "start": 874126874,
            "stop": 874126915
        },
        {
            "start": 874126916,
            "stop": 874126958
        },
        {
            "start": 874126959,
            "stop": 874127254
        },
        {
            "start": 874127255,
            "stop": 874127495
        },
        {
            "start": 874127496,
            "stop": 874127571
        },
        {
            "start": 874127572,
            "stop": 874128164
        },
        {
            "start": 874128165,
            "stop": 874128541
        },
        {
            "start": 874128543,
            "stop": 874128602
        },
        {
            "start": 874128603,
            "stop": 874128690
        },
        {
            "start": 874128691,
            "stop": 874129113
        },
        {
            "start": 874129114,
            "stop": 874129409
        }
    ]
}