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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6356",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6354",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6355,
    "results": [
        {
            "start": 873463843,
            "stop": 873464745
        },
        {
            "start": 873464746,
            "stop": 873464858
        },
        {
            "start": 873464860,
            "stop": 873465004
        },
        {
            "start": 873465005,
            "stop": 873465147
        },
        {
            "start": 873465148,
            "stop": 873465668
        },
        {
            "start": 873465670,
            "stop": 873465718
        },
        {
            "start": 873465719,
            "stop": 873465945
        },
        {
            "start": 873465946,
            "stop": 873465952
        },
        {
            "start": 873465954,
            "stop": 873466569
        },
        {
            "start": 873466571,
            "stop": 873466752
        },
        {
            "start": 873466753,
            "stop": 873467024
        },
        {
            "start": 873467026,
            "stop": 873467243
        },
        {
            "start": 873467244,
            "stop": 873467270
        },
        {
            "start": 873467271,
            "stop": 873467495
        },
        {
            "start": 873467496,
            "stop": 873467763
        },
        {
            "start": 873467764,
            "stop": 873468502
        },
        {
            "start": 873468503,
            "stop": 873468941
        },
        {
            "start": 873468942,
            "stop": 873469253
        },
        {
            "start": 873469254,
            "stop": 873469440
        },
        {
            "start": 873469441,
            "stop": 873469481
        }
    ]
}