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_CAT2/segments?format=api&page=310
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=311",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=309",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 310,
    "results": [
        {
            "start": 1240575766,
            "stop": 1240576732
        },
        {
            "start": 1240576733,
            "stop": 1240577072
        },
        {
            "start": 1240577073,
            "stop": 1240577351
        },
        {
            "start": 1240577352,
            "stop": 1240579102
        },
        {
            "start": 1240579105,
            "stop": 1240579288
        },
        {
            "start": 1240579289,
            "stop": 1240579428
        },
        {
            "start": 1240579431,
            "stop": 1240580182
        },
        {
            "start": 1240580183,
            "stop": 1240580887
        },
        {
            "start": 1240580888,
            "stop": 1240580997
        },
        {
            "start": 1240580998,
            "stop": 1240582811
        },
        {
            "start": 1240582814,
            "stop": 1240583360
        },
        {
            "start": 1240583361,
            "stop": 1240583362
        },
        {
            "start": 1240583364,
            "stop": 1240583916
        },
        {
            "start": 1240583917,
            "stop": 1240583957
        },
        {
            "start": 1240583958,
            "stop": 1240583967
        },
        {
            "start": 1240583968,
            "stop": 1240584064
        },
        {
            "start": 1240584065,
            "stop": 1240584069
        },
        {
            "start": 1240584070,
            "stop": 1240584180
        },
        {
            "start": 1240584182,
            "stop": 1240584185
        },
        {
            "start": 1240584186,
            "stop": 1240584498
        }
    ]
}