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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5767",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5765",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5766,
    "results": [
        {
            "start": 874644202,
            "stop": 874644367
        },
        {
            "start": 874644371,
            "stop": 874644379
        },
        {
            "start": 874644382,
            "stop": 874644391
        },
        {
            "start": 874644394,
            "stop": 874644504
        },
        {
            "start": 874644507,
            "stop": 874644595
        },
        {
            "start": 874644598,
            "stop": 874644807
        },
        {
            "start": 874644812,
            "stop": 874644850
        },
        {
            "start": 874644854,
            "stop": 874644910
        },
        {
            "start": 874644913,
            "stop": 874644923
        },
        {
            "start": 874644926,
            "stop": 874644999
        },
        {
            "start": 874645002,
            "stop": 874645046
        },
        {
            "start": 874645049,
            "stop": 874645095
        },
        {
            "start": 874645099,
            "stop": 874645146
        },
        {
            "start": 874645149,
            "stop": 874645188
        },
        {
            "start": 874645192,
            "stop": 874645223
        },
        {
            "start": 874645226,
            "stop": 874645355
        },
        {
            "start": 874645359,
            "stop": 874645360
        },
        {
            "start": 874645364,
            "stop": 874645407
        },
        {
            "start": 874645410,
            "stop": 874645441
        },
        {
            "start": 874645444,
            "stop": 874645522
        }
    ]
}