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=421
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=422",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=420",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 421,
    "results": [
        {
            "start": 1261507626,
            "stop": 1261508197
        },
        {
            "start": 1261508200,
            "stop": 1261508230
        },
        {
            "start": 1261508233,
            "stop": 1261508319
        },
        {
            "start": 1261508322,
            "stop": 1261508600
        },
        {
            "start": 1261508603,
            "stop": 1261509368
        },
        {
            "start": 1261509371,
            "stop": 1261509924
        },
        {
            "start": 1261509927,
            "stop": 1261510386
        },
        {
            "start": 1261510389,
            "stop": 1261511193
        },
        {
            "start": 1261511196,
            "stop": 1261512528
        },
        {
            "start": 1261512531,
            "stop": 1261512822
        },
        {
            "start": 1261512825,
            "stop": 1261512891
        },
        {
            "start": 1261512894,
            "stop": 1261512895
        },
        {
            "start": 1261512898,
            "stop": 1261512899
        },
        {
            "start": 1261512902,
            "stop": 1261512904
        },
        {
            "start": 1261512907,
            "stop": 1261513388
        },
        {
            "start": 1261513391,
            "stop": 1261513404
        },
        {
            "start": 1261513407,
            "stop": 1261513715
        },
        {
            "start": 1261513718,
            "stop": 1261513719
        },
        {
            "start": 1261513722,
            "stop": 1261513723
        },
        {
            "start": 1261513726,
            "stop": 1261514306
        }
    ]
}