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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=163",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=161",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 162,
    "results": [
        {
            "start": 1419240208,
            "stop": 1419241288
        },
        {
            "start": 1419253578,
            "stop": 1419257233
        },
        {
            "start": 1419257238,
            "stop": 1419257914
        },
        {
            "start": 1419257919,
            "stop": 1419259393
        },
        {
            "start": 1419304487,
            "stop": 1419305143
        },
        {
            "start": 1419386513,
            "stop": 1419390389
        },
        {
            "start": 1419390394,
            "stop": 1419391603
        },
        {
            "start": 1419391608,
            "stop": 1419397129
        },
        {
            "start": 1419397134,
            "stop": 1419397204
        },
        {
            "start": 1419397209,
            "stop": 1419410322
        },
        {
            "start": 1419410327,
            "stop": 1419412953
        },
        {
            "start": 1419412958,
            "stop": 1419413075
        },
        {
            "start": 1419413080,
            "stop": 1419413121
        },
        {
            "start": 1419413126,
            "stop": 1419413208
        },
        {
            "start": 1419424339,
            "stop": 1419426018
        },
        {
            "start": 1419475527,
            "stop": 1419476331
        },
        {
            "start": 1419476336,
            "stop": 1419479478
        },
        {
            "start": 1419485176,
            "stop": 1419486394
        },
        {
            "start": 1419490982,
            "stop": 1419495093
        },
        {
            "start": 1419495098,
            "stop": 1419497312
        }
    ]
}