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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=233",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=231",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 232,
    "results": [
        {
            "start": 1240136664,
            "stop": 1240136710
        },
        {
            "start": 1240136711,
            "stop": 1240136746
        },
        {
            "start": 1240136747,
            "stop": 1240136795
        },
        {
            "start": 1240136796,
            "stop": 1240136823
        },
        {
            "start": 1240136824,
            "stop": 1240136954
        },
        {
            "start": 1240136956,
            "stop": 1240137076
        },
        {
            "start": 1240137078,
            "stop": 1240137107
        },
        {
            "start": 1240137109,
            "stop": 1240137111
        },
        {
            "start": 1240137113,
            "stop": 1240137195
        },
        {
            "start": 1240137196,
            "stop": 1240137289
        },
        {
            "start": 1240137290,
            "stop": 1240137420
        },
        {
            "start": 1240137421,
            "stop": 1240137565
        },
        {
            "start": 1240137566,
            "stop": 1240137677
        },
        {
            "start": 1240137678,
            "stop": 1240137785
        },
        {
            "start": 1240137787,
            "stop": 1240137856
        },
        {
            "start": 1240137858,
            "stop": 1240137937
        },
        {
            "start": 1240137938,
            "stop": 1240138121
        },
        {
            "start": 1240138123,
            "stop": 1240138196
        },
        {
            "start": 1240138198,
            "stop": 1240138364
        },
        {
            "start": 1240138366,
            "stop": 1240138452
        }
    ]
}