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=221
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=222",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=220",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 221,
    "results": [
        {
            "start": 821472120,
            "stop": 821473760
        },
        {
            "start": 821473765,
            "stop": 821473785
        },
        {
            "start": 821473790,
            "stop": 821476020
        },
        {
            "start": 821476080,
            "stop": 821477341
        },
        {
            "start": 821479678,
            "stop": 821480036
        },
        {
            "start": 821482538,
            "stop": 821483100
        },
        {
            "start": 821483160,
            "stop": 821483279
        },
        {
            "start": 821484249,
            "stop": 821484337
        },
        {
            "start": 821484340,
            "stop": 821484567
        },
        {
            "start": 821486277,
            "stop": 821486477
        },
        {
            "start": 821489091,
            "stop": 821489353
        },
        {
            "start": 821489381,
            "stop": 821489382
        },
        {
            "start": 821490217,
            "stop": 821491914
        },
        {
            "start": 821491917,
            "stop": 821493231
        },
        {
            "start": 821493234,
            "stop": 821493638
        },
        {
            "start": 821493641,
            "stop": 821494304
        },
        {
            "start": 821494485,
            "stop": 821494736
        },
        {
            "start": 821494739,
            "stop": 821494904
        },
        {
            "start": 821495085,
            "stop": 821496181
        },
        {
            "start": 821497024,
            "stop": 821500120
        }
    ]
}