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=174
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=175",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=173",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 174,
    "results": [
        {
            "start": 821620374,
            "stop": 821620513
        },
        {
            "start": 821620516,
            "stop": 821620551
        },
        {
            "start": 821620554,
            "stop": 821621446
        },
        {
            "start": 821623279,
            "stop": 821628706
        },
        {
            "start": 821628709,
            "stop": 821629349
        },
        {
            "start": 821629669,
            "stop": 821629866
        },
        {
            "start": 821630631,
            "stop": 821634204
        },
        {
            "start": 821634205,
            "stop": 821635226
        },
        {
            "start": 821635687,
            "stop": 821635693
        },
        {
            "start": 821636271,
            "stop": 821640676
        },
        {
            "start": 821640679,
            "stop": 821640731
        },
        {
            "start": 821640734,
            "stop": 821640919
        },
        {
            "start": 821640920,
            "stop": 821641216
        },
        {
            "start": 821641219,
            "stop": 821641221
        },
        {
            "start": 821641224,
            "stop": 821641266
        },
        {
            "start": 821641269,
            "stop": 821641311
        },
        {
            "start": 821641846,
            "stop": 821641851
        },
        {
            "start": 821641857,
            "stop": 821641885
        },
        {
            "start": 821641888,
            "stop": 821641900
        },
        {
            "start": 821641903,
            "stop": 821641913
        }
    ]
}