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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=755",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=753",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 754,
    "results": [
        {
            "start": 1267606695,
            "stop": 1267606702
        },
        {
            "start": 1267606703,
            "stop": 1267606704
        },
        {
            "start": 1267606705,
            "stop": 1267606708
        },
        {
            "start": 1267606709,
            "stop": 1267606758
        },
        {
            "start": 1267606759,
            "stop": 1267606785
        },
        {
            "start": 1267606786,
            "stop": 1267606857
        },
        {
            "start": 1267606858,
            "stop": 1267607401
        },
        {
            "start": 1267607402,
            "stop": 1267607412
        },
        {
            "start": 1267607413,
            "stop": 1267607866
        },
        {
            "start": 1267607871,
            "stop": 1267607935
        },
        {
            "start": 1267607936,
            "stop": 1267608537
        },
        {
            "start": 1267608538,
            "stop": 1267608968
        },
        {
            "start": 1267608972,
            "stop": 1267609656
        },
        {
            "start": 1267609658,
            "stop": 1267609749
        },
        {
            "start": 1267609750,
            "stop": 1267620136
        },
        {
            "start": 1267620140,
            "stop": 1267621563
        },
        {
            "start": 1267621564,
            "stop": 1267623812
        },
        {
            "start": 1267623815,
            "stop": 1267625481
        },
        {
            "start": 1267625486,
            "stop": 1267625768
        },
        {
            "start": 1267625771,
            "stop": 1267626793
        }
    ]
}