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=247
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=248",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=246",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 247,
    "results": [
        {
            "start": 821626787,
            "stop": 821626956
        },
        {
            "start": 821626963,
            "stop": 821627395
        },
        {
            "start": 821627402,
            "stop": 821627586
        },
        {
            "start": 821627594,
            "stop": 821627630
        },
        {
            "start": 821627638,
            "stop": 821627888
        },
        {
            "start": 821627895,
            "stop": 821627922
        },
        {
            "start": 821627930,
            "stop": 821627966
        },
        {
            "start": 821627973,
            "stop": 821628122
        },
        {
            "start": 821628130,
            "stop": 821628307
        },
        {
            "start": 821628314,
            "stop": 821628433
        },
        {
            "start": 821628703,
            "stop": 821628711
        },
        {
            "start": 821628718,
            "stop": 821628880
        },
        {
            "start": 821628887,
            "stop": 821629061
        },
        {
            "start": 821629069,
            "stop": 821629333
        },
        {
            "start": 821629365,
            "stop": 821629366
        },
        {
            "start": 821630884,
            "stop": 821631055
        },
        {
            "start": 821631074,
            "stop": 821631349
        },
        {
            "start": 821631356,
            "stop": 821631830
        },
        {
            "start": 821631910,
            "stop": 821632453
        },
        {
            "start": 821632460,
            "stop": 821632806
        }
    ]
}