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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=96",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=94",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 95,
    "results": [
        {
            "start": 1411744497,
            "stop": 1411745628
        },
        {
            "start": 1411745633,
            "stop": 1411745648
        },
        {
            "start": 1411745654,
            "stop": 1411745692
        },
        {
            "start": 1411745702,
            "stop": 1411745718
        },
        {
            "start": 1411745723,
            "stop": 1411745736
        },
        {
            "start": 1411745741,
            "stop": 1411745749
        },
        {
            "start": 1411756842,
            "stop": 1411759451
        },
        {
            "start": 1411759456,
            "stop": 1411761021
        },
        {
            "start": 1411761024,
            "stop": 1411762679
        },
        {
            "start": 1411762684,
            "stop": 1411763214
        },
        {
            "start": 1411769062,
            "stop": 1411769301
        },
        {
            "start": 1411769306,
            "stop": 1411773021
        },
        {
            "start": 1411773025,
            "stop": 1411774415
        },
        {
            "start": 1411774420,
            "stop": 1411778534
        },
        {
            "start": 1411778539,
            "stop": 1411779095
        },
        {
            "start": 1411779098,
            "stop": 1411779297
        },
        {
            "start": 1411779300,
            "stop": 1411779943
        },
        {
            "start": 1411779948,
            "stop": 1411781616
        },
        {
            "start": 1411781621,
            "stop": 1411795426
        },
        {
            "start": 1411795430,
            "stop": 1411796899
        }
    ]
}