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=262
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=263",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=261",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 262,
    "results": [
        {
            "start": 1259674623,
            "stop": 1259674769
        },
        {
            "start": 1259674772,
            "stop": 1259674983
        },
        {
            "start": 1259674987,
            "stop": 1259675047
        },
        {
            "start": 1259675050,
            "stop": 1259675068
        },
        {
            "start": 1259675071,
            "stop": 1259675140
        },
        {
            "start": 1259675143,
            "stop": 1259675229
        },
        {
            "start": 1259675232,
            "stop": 1259675281
        },
        {
            "start": 1259675284,
            "stop": 1259675297
        },
        {
            "start": 1259675299,
            "stop": 1259675314
        },
        {
            "start": 1259675317,
            "stop": 1259675322
        },
        {
            "start": 1259675325,
            "stop": 1259675369
        },
        {
            "start": 1259675370,
            "stop": 1259675401
        },
        {
            "start": 1259675402,
            "stop": 1259675489
        },
        {
            "start": 1259675490,
            "stop": 1259675538
        },
        {
            "start": 1259675541,
            "stop": 1259675555
        },
        {
            "start": 1259675556,
            "stop": 1259675571
        },
        {
            "start": 1259675573,
            "stop": 1259675588
        },
        {
            "start": 1259675589,
            "stop": 1259675606
        },
        {
            "start": 1259675609,
            "stop": 1259675643
        },
        {
            "start": 1259675646,
            "stop": 1259675657
        }
    ]
}