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=631
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=632",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=630",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 631,
    "results": [
        {
            "start": 1265622201,
            "stop": 1265623684
        },
        {
            "start": 1265623685,
            "stop": 1265625425
        },
        {
            "start": 1265625426,
            "stop": 1265626005
        },
        {
            "start": 1265626010,
            "stop": 1265626040
        },
        {
            "start": 1265626045,
            "stop": 1265626074
        },
        {
            "start": 1265649130,
            "stop": 1265649367
        },
        {
            "start": 1265649372,
            "stop": 1265649625
        },
        {
            "start": 1265649630,
            "stop": 1265650527
        },
        {
            "start": 1265650528,
            "stop": 1265651565
        },
        {
            "start": 1265651566,
            "stop": 1265652707
        },
        {
            "start": 1265652710,
            "stop": 1265653651
        },
        {
            "start": 1265653656,
            "stop": 1265653885
        },
        {
            "start": 1265653886,
            "stop": 1265654589
        },
        {
            "start": 1265654591,
            "stop": 1265657750
        },
        {
            "start": 1265657753,
            "stop": 1265658949
        },
        {
            "start": 1265658950,
            "stop": 1265659812
        },
        {
            "start": 1265661846,
            "stop": 1265662420
        },
        {
            "start": 1265662425,
            "stop": 1265663164
        },
        {
            "start": 1265663172,
            "stop": 1265664574
        },
        {
            "start": 1265664576,
            "stop": 1265664793
        }
    ]
}