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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=289",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=287",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 288,
    "results": [
        {
            "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
        },
        {
            "start": 821632813,
            "stop": 821633124
        },
        {
            "start": 821633131,
            "stop": 821633631
        },
        {
            "start": 821633638,
            "stop": 821633640
        }
    ]
}