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=235
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=236",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=234",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 235,
    "results": [
        {
            "start": 1259286173,
            "stop": 1259286176
        },
        {
            "start": 1259286182,
            "stop": 1259286183
        },
        {
            "start": 1259286185,
            "stop": 1259286354
        },
        {
            "start": 1259286357,
            "stop": 1259286457
        },
        {
            "start": 1259286460,
            "stop": 1259286545
        },
        {
            "start": 1259286548,
            "stop": 1259286607
        },
        {
            "start": 1259286610,
            "stop": 1259286629
        },
        {
            "start": 1259286632,
            "stop": 1259286764
        },
        {
            "start": 1259286766,
            "stop": 1259286767
        },
        {
            "start": 1259286770,
            "stop": 1259286797
        },
        {
            "start": 1259286800,
            "stop": 1259286835
        },
        {
            "start": 1259286838,
            "stop": 1259286929
        },
        {
            "start": 1259286932,
            "stop": 1259287059
        },
        {
            "start": 1259287062,
            "stop": 1259287176
        },
        {
            "start": 1259287179,
            "stop": 1259287228
        },
        {
            "start": 1259287231,
            "stop": 1259287241
        },
        {
            "start": 1259287244,
            "stop": 1259287248
        },
        {
            "start": 1259287251,
            "stop": 1259287425
        },
        {
            "start": 1259287428,
            "stop": 1259287459
        },
        {
            "start": 1259287462,
            "stop": 1259287475
        }
    ]
}