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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=89",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=87",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 88,
    "results": [
        {
            "start": 1375463711,
            "stop": 1375464164
        },
        {
            "start": 1375465896,
            "stop": 1375468025
        },
        {
            "start": 1375468030,
            "stop": 1375485126
        },
        {
            "start": 1375491642,
            "stop": 1375495812
        },
        {
            "start": 1375499487,
            "stop": 1375502263
        },
        {
            "start": 1375502268,
            "stop": 1375506199
        },
        {
            "start": 1375506923,
            "stop": 1375516044
        },
        {
            "start": 1375516646,
            "stop": 1375516691
        },
        {
            "start": 1375516843,
            "stop": 1375516883
        },
        {
            "start": 1375520590,
            "stop": 1375523162
        },
        {
            "start": 1375523167,
            "stop": 1375525123
        },
        {
            "start": 1375528678,
            "stop": 1375528814
        },
        {
            "start": 1375528819,
            "stop": 1375530434
        },
        {
            "start": 1375530437,
            "stop": 1375530846
        },
        {
            "start": 1375530850,
            "stop": 1375532974
        },
        {
            "start": 1375532979,
            "stop": 1375536438
        },
        {
            "start": 1375567688,
            "stop": 1375571606
        },
        {
            "start": 1375571611,
            "stop": 1375573349
        },
        {
            "start": 1375574730,
            "stop": 1375577050
        },
        {
            "start": 1375577106,
            "stop": 1375577556
        }
    ]
}