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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=305",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=303",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 304,
    "results": [
        {
            "start": 822849186,
            "stop": 822849298
        },
        {
            "start": 822849302,
            "stop": 822849343
        },
        {
            "start": 822849346,
            "stop": 822849475
        },
        {
            "start": 822849691,
            "stop": 822849705
        },
        {
            "start": 822849709,
            "stop": 822849753
        },
        {
            "start": 822849756,
            "stop": 822849759
        },
        {
            "start": 822849763,
            "stop": 822849772
        },
        {
            "start": 822849775,
            "stop": 822849791
        },
        {
            "start": 822849794,
            "stop": 822849854
        },
        {
            "start": 822849857,
            "stop": 822849915
        },
        {
            "start": 822849919,
            "stop": 822849954
        },
        {
            "start": 822849957,
            "stop": 822850014
        },
        {
            "start": 822850017,
            "stop": 822850020
        },
        {
            "start": 822850023,
            "stop": 822850060
        },
        {
            "start": 822850063,
            "stop": 822850196
        },
        {
            "start": 822850324,
            "stop": 822850390
        },
        {
            "start": 822859664,
            "stop": 822859904
        },
        {
            "start": 822859908,
            "stop": 822860062
        },
        {
            "start": 822860065,
            "stop": 822860200
        },
        {
            "start": 822860204,
            "stop": 822860206
        }
    ]
}