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=221
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=222",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=220",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 221,
    "results": [
        {
            "start": 1259260489,
            "stop": 1259260505
        },
        {
            "start": 1259260510,
            "stop": 1259260604
        },
        {
            "start": 1259260610,
            "stop": 1259260635
        },
        {
            "start": 1259260638,
            "stop": 1259260727
        },
        {
            "start": 1259260748,
            "stop": 1259260780
        },
        {
            "start": 1259260786,
            "stop": 1259260815
        },
        {
            "start": 1259260818,
            "stop": 1259260878
        },
        {
            "start": 1259260881,
            "stop": 1259260949
        },
        {
            "start": 1259260954,
            "stop": 1259261005
        },
        {
            "start": 1259261008,
            "stop": 1259261161
        },
        {
            "start": 1259261164,
            "stop": 1259261168
        },
        {
            "start": 1259261171,
            "stop": 1259261234
        },
        {
            "start": 1259261237,
            "stop": 1259261274
        },
        {
            "start": 1259261277,
            "stop": 1259261327
        },
        {
            "start": 1259261330,
            "stop": 1259261354
        },
        {
            "start": 1259261363,
            "stop": 1259261476
        },
        {
            "start": 1259261479,
            "stop": 1259261569
        },
        {
            "start": 1259261584,
            "stop": 1259261636
        },
        {
            "start": 1259261639,
            "stop": 1259261750
        },
        {
            "start": 1259261756,
            "stop": 1259261950
        }
    ]
}