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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=269",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=267",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 268,
    "results": [
        {
            "start": 1259782779,
            "stop": 1259784643
        },
        {
            "start": 1259784646,
            "stop": 1259786635
        },
        {
            "start": 1259786643,
            "stop": 1259787186
        },
        {
            "start": 1259787188,
            "stop": 1259787947
        },
        {
            "start": 1259787950,
            "stop": 1259789037
        },
        {
            "start": 1259789040,
            "stop": 1259791225
        },
        {
            "start": 1259791228,
            "stop": 1259793287
        },
        {
            "start": 1259793290,
            "stop": 1259794160
        },
        {
            "start": 1259794163,
            "stop": 1259797476
        },
        {
            "start": 1259797484,
            "stop": 1259797931
        },
        {
            "start": 1259797939,
            "stop": 1259798478
        },
        {
            "start": 1259798479,
            "stop": 1259799883
        },
        {
            "start": 1259799886,
            "stop": 1259799903
        },
        {
            "start": 1259799906,
            "stop": 1259800365
        },
        {
            "start": 1259800368,
            "stop": 1259801126
        },
        {
            "start": 1259801129,
            "stop": 1259802327
        },
        {
            "start": 1259802330,
            "stop": 1259805261
        },
        {
            "start": 1259805264,
            "stop": 1259805711
        },
        {
            "start": 1259805714,
            "stop": 1259807584
        },
        {
            "start": 1259807592,
            "stop": 1259809445
        }
    ]
}