Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=21
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=22",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=20",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 21,
    "results": [
        {
            "start": 1238368976,
            "stop": 1238368992
        },
        {
            "start": 1238368994,
            "stop": 1238369017
        },
        {
            "start": 1238369018,
            "stop": 1238369020
        },
        {
            "start": 1238369021,
            "stop": 1238369041
        },
        {
            "start": 1238369042,
            "stop": 1238369044
        },
        {
            "start": 1238369045,
            "stop": 1238369178
        },
        {
            "start": 1238369180,
            "stop": 1238369457
        },
        {
            "start": 1238369459,
            "stop": 1238369461
        },
        {
            "start": 1238369462,
            "stop": 1238369583
        },
        {
            "start": 1238369585,
            "stop": 1238369686
        },
        {
            "start": 1238369689,
            "stop": 1238369824
        },
        {
            "start": 1238369825,
            "stop": 1238369827
        },
        {
            "start": 1238369828,
            "stop": 1238369920
        },
        {
            "start": 1238369924,
            "stop": 1238369927
        },
        {
            "start": 1238369928,
            "stop": 1238369988
        },
        {
            "start": 1238369990,
            "stop": 1238370037
        },
        {
            "start": 1238370040,
            "stop": 1238370124
        },
        {
            "start": 1238370126,
            "stop": 1238370128
        },
        {
            "start": 1238370129,
            "stop": 1238370137
        },
        {
            "start": 1238370140,
            "stop": 1238370142
        }
    ]
}