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=6550
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=6551",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6549",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6550,
    "results": [
        {
            "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
        },
        {
            "start": 874418580,
            "stop": 874418797
        },
        {
            "start": 874418798,
            "stop": 874418817
        },
        {
            "start": 874418818,
            "stop": 874418951
        },
        {
            "start": 874418952,
            "stop": 874418988
        },
        {
            "start": 874418989,
            "stop": 874419164
        }
    ]
}