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=259
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=260",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=258",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 259,
    "results": [
        {
            "start": 1259581025,
            "stop": 1259581034
        },
        {
            "start": 1259581036,
            "stop": 1259581055
        },
        {
            "start": 1259581058,
            "stop": 1259581061
        },
        {
            "start": 1259592829,
            "stop": 1259593626
        },
        {
            "start": 1259593629,
            "stop": 1259596463
        },
        {
            "start": 1259596466,
            "stop": 1259599254
        },
        {
            "start": 1259599256,
            "stop": 1259601314
        },
        {
            "start": 1259601317,
            "stop": 1259602001
        },
        {
            "start": 1259602004,
            "stop": 1259602889
        },
        {
            "start": 1259602892,
            "stop": 1259603568
        },
        {
            "start": 1259603569,
            "stop": 1259603720
        },
        {
            "start": 1259603723,
            "stop": 1259604670
        },
        {
            "start": 1259604678,
            "stop": 1259605281
        },
        {
            "start": 1259605284,
            "stop": 1259605540
        },
        {
            "start": 1259605542,
            "stop": 1259605797
        },
        {
            "start": 1259605800,
            "stop": 1259605977
        },
        {
            "start": 1259605980,
            "stop": 1259607402
        },
        {
            "start": 1259607628,
            "stop": 1259608587
        },
        {
            "start": 1259608590,
            "stop": 1259610253
        },
        {
            "start": 1259610256,
            "stop": 1259610282
        }
    ]
}