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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=128",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=126",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 127,
    "results": [
        {
            "start": 833418365,
            "stop": 833425060
        },
        {
            "start": 833427109,
            "stop": 833430809
        },
        {
            "start": 833431238,
            "stop": 833433235
        },
        {
            "start": 833433651,
            "stop": 833446708
        },
        {
            "start": 833448607,
            "stop": 833450744
        },
        {
            "start": 833452115,
            "stop": 833480233
        },
        {
            "start": 833480640,
            "stop": 833574134
        },
        {
            "start": 833575168,
            "stop": 833576491
        },
        {
            "start": 833577477,
            "stop": 833578075
        },
        {
            "start": 833579192,
            "stop": 833580679
        },
        {
            "start": 833581326,
            "stop": 833641231
        },
        {
            "start": 833659775,
            "stop": 833661646
        },
        {
            "start": 833662046,
            "stop": 833663114
        },
        {
            "start": 833665479,
            "stop": 833681475
        },
        {
            "start": 833682895,
            "stop": 833688495
        },
        {
            "start": 833688497,
            "stop": 833728645
        },
        {
            "start": 833729398,
            "stop": 833731303
        },
        {
            "start": 833731961,
            "stop": 833741964
        },
        {
            "start": 833743600,
            "stop": 833744588
        },
        {
            "start": 833744661,
            "stop": 833749158
        }
    ]
}