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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7156",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7154",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7155,
    "results": [
        {
            "start": 874412700,
            "stop": 874413398
        },
        {
            "start": 874413399,
            "stop": 874413643
        },
        {
            "start": 874413644,
            "stop": 874413839
        },
        {
            "start": 874413840,
            "stop": 874413938
        },
        {
            "start": 874413939,
            "stop": 874413951
        },
        {
            "start": 874413952,
            "stop": 874414467
        },
        {
            "start": 874414468,
            "stop": 874414612
        },
        {
            "start": 874414613,
            "stop": 874414817
        },
        {
            "start": 874414818,
            "stop": 874415215
        },
        {
            "start": 874415216,
            "stop": 874415302
        },
        {
            "start": 874415304,
            "stop": 874415431
        },
        {
            "start": 874415432,
            "stop": 874415553
        },
        {
            "start": 874415554,
            "stop": 874416607
        },
        {
            "start": 874416608,
            "stop": 874416720
        },
        {
            "start": 874416721,
            "stop": 874417022
        },
        {
            "start": 874417023,
            "stop": 874417101
        },
        {
            "start": 874417102,
            "stop": 874417550
        },
        {
            "start": 874417551,
            "stop": 874418020
        },
        {
            "start": 874418022,
            "stop": 874418573
        },
        {
            "start": 874418575,
            "stop": 874418579
        }
    ]
}