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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=287",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=285",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 286,
    "results": [
        {
            "start": 822560839,
            "stop": 822561009
        },
        {
            "start": 822561016,
            "stop": 822561067
        },
        {
            "start": 822561074,
            "stop": 822561579
        },
        {
            "start": 822561586,
            "stop": 822562682
        },
        {
            "start": 822562745,
            "stop": 822563107
        },
        {
            "start": 822563173,
            "stop": 822564162
        },
        {
            "start": 822564169,
            "stop": 822564235
        },
        {
            "start": 822564328,
            "stop": 822564733
        },
        {
            "start": 822564824,
            "stop": 822565513
        },
        {
            "start": 822565546,
            "stop": 822565547
        },
        {
            "start": 822565778,
            "stop": 822565858
        },
        {
            "start": 822565866,
            "stop": 822565927
        },
        {
            "start": 822565934,
            "stop": 822566522
        },
        {
            "start": 822566529,
            "stop": 822566702
        },
        {
            "start": 822566705,
            "stop": 822566716
        },
        {
            "start": 822566720,
            "stop": 822567005
        },
        {
            "start": 822567012,
            "stop": 822567013
        },
        {
            "start": 822568101,
            "stop": 822568391
        },
        {
            "start": 822568398,
            "stop": 822568689
        },
        {
            "start": 822570012,
            "stop": 822571933
        }
    ]
}