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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=192",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=190",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 191,
    "results": [
        {
            "start": 820211746,
            "stop": 820211924
        },
        {
            "start": 820212105,
            "stop": 820212116
        },
        {
            "start": 820212119,
            "stop": 820212140
        },
        {
            "start": 820212144,
            "stop": 820212252
        },
        {
            "start": 820212256,
            "stop": 820212284
        },
        {
            "start": 820212465,
            "stop": 820212768
        },
        {
            "start": 820212772,
            "stop": 820213018
        },
        {
            "start": 820213021,
            "stop": 820213104
        },
        {
            "start": 820213107,
            "stop": 820213189
        },
        {
            "start": 820213192,
            "stop": 820213216
        },
        {
            "start": 820213219,
            "stop": 820213310
        },
        {
            "start": 820213314,
            "stop": 820213369
        },
        {
            "start": 820213372,
            "stop": 820213529
        },
        {
            "start": 820213533,
            "stop": 820213580
        },
        {
            "start": 820213583,
            "stop": 820213709
        },
        {
            "start": 820213713,
            "stop": 820213748
        },
        {
            "start": 820213751,
            "stop": 820213902
        },
        {
            "start": 820213905,
            "stop": 820213961
        },
        {
            "start": 820213965,
            "stop": 820213975
        },
        {
            "start": 820213979,
            "stop": 820214053
        }
    ]
}