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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=147",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=145",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 146,
    "results": [
        {
            "start": 818076376,
            "stop": 818076378
        },
        {
            "start": 818076393,
            "stop": 818076394
        },
        {
            "start": 818076397,
            "stop": 818076398
        },
        {
            "start": 818076402,
            "stop": 818076403
        },
        {
            "start": 818076408,
            "stop": 818076409
        },
        {
            "start": 818076417,
            "stop": 818076426
        },
        {
            "start": 818076429,
            "stop": 818076432
        },
        {
            "start": 818076435,
            "stop": 818076446
        },
        {
            "start": 818076453,
            "stop": 818076463
        },
        {
            "start": 818076466,
            "stop": 818076469
        },
        {
            "start": 818076476,
            "stop": 818076478
        },
        {
            "start": 818076482,
            "stop": 818076486
        },
        {
            "start": 818076492,
            "stop": 818076493
        },
        {
            "start": 818076498,
            "stop": 818076500
        },
        {
            "start": 818076503,
            "stop": 818076505
        },
        {
            "start": 818076509,
            "stop": 818076511
        },
        {
            "start": 818076514,
            "stop": 818076515
        },
        {
            "start": 818076521,
            "stop": 818076522
        },
        {
            "start": 818076525,
            "stop": 818076527
        },
        {
            "start": 818076537,
            "stop": 818076539
        }
    ]
}