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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=241",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=239",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 240,
    "results": [
        {
            "start": 931572903,
            "stop": 931572910
        },
        {
            "start": 931572911,
            "stop": 931572913
        },
        {
            "start": 931572918,
            "stop": 931572921
        },
        {
            "start": 931572923,
            "stop": 931572924
        },
        {
            "start": 931572927,
            "stop": 931572928
        },
        {
            "start": 931572930,
            "stop": 931572932
        },
        {
            "start": 931572934,
            "stop": 931572935
        },
        {
            "start": 931572937,
            "stop": 931572938
        },
        {
            "start": 931572946,
            "stop": 931573070
        },
        {
            "start": 931573073,
            "stop": 931573077
        },
        {
            "start": 931573079,
            "stop": 931573082
        },
        {
            "start": 931573083,
            "stop": 931573084
        },
        {
            "start": 931573086,
            "stop": 931573087
        },
        {
            "start": 931573089,
            "stop": 931573090
        },
        {
            "start": 931573092,
            "stop": 931573098
        },
        {
            "start": 931573101,
            "stop": 931573104
        },
        {
            "start": 931573105,
            "stop": 931573106
        },
        {
            "start": 931573108,
            "stop": 931573126
        },
        {
            "start": 931573128,
            "stop": 931573131
        },
        {
            "start": 931573133,
            "stop": 931573134
        }
    ]
}