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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=185",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=183",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 184,
    "results": [
        {
            "start": 1421242226,
            "stop": 1421252055
        },
        {
            "start": 1421252060,
            "stop": 1421256591
        },
        {
            "start": 1421256596,
            "stop": 1421264021
        },
        {
            "start": 1421265899,
            "stop": 1421267212
        },
        {
            "start": 1421267217,
            "stop": 1421268242
        },
        {
            "start": 1421268247,
            "stop": 1421269911
        },
        {
            "start": 1421269916,
            "stop": 1421275081
        },
        {
            "start": 1421275086,
            "stop": 1421297624
        },
        {
            "start": 1421297629,
            "stop": 1421305130
        },
        {
            "start": 1421305133,
            "stop": 1421312098
        },
        {
            "start": 1421312103,
            "stop": 1421317915
        },
        {
            "start": 1421317919,
            "stop": 1421319776
        },
        {
            "start": 1421319781,
            "stop": 1421329310
        },
        {
            "start": 1421335328,
            "stop": 1421335714
        },
        {
            "start": 1421335717,
            "stop": 1421337523
        },
        {
            "start": 1421337526,
            "stop": 1421340335
        },
        {
            "start": 1421340341,
            "stop": 1421343331
        },
        {
            "start": 1421343336,
            "stop": 1421343357
        },
        {
            "start": 1421343362,
            "stop": 1421344451
        },
        {
            "start": 1421344454,
            "stop": 1421345712
        }
    ]
}