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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40725",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40723",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40724,
    "results": [
        {
            "start": 874958182,
            "stop": 874958216
        },
        {
            "start": 874958217,
            "stop": 874958233
        },
        {
            "start": 874958235,
            "stop": 874958241
        },
        {
            "start": 874958242,
            "stop": 874958249
        },
        {
            "start": 874958250,
            "stop": 874958302
        },
        {
            "start": 874958303,
            "stop": 874958306
        },
        {
            "start": 874958308,
            "stop": 874958312
        },
        {
            "start": 874958313,
            "stop": 874958355
        },
        {
            "start": 874958356,
            "stop": 874958367
        },
        {
            "start": 874958368,
            "stop": 874958370
        },
        {
            "start": 874958371,
            "stop": 874958415
        },
        {
            "start": 874958416,
            "stop": 874958420
        },
        {
            "start": 874958422,
            "stop": 874958430
        },
        {
            "start": 874958432,
            "stop": 874958471
        },
        {
            "start": 874958472,
            "stop": 874958498
        },
        {
            "start": 874958499,
            "stop": 874958527
        },
        {
            "start": 874958528,
            "stop": 874958547
        },
        {
            "start": 874958549,
            "stop": 874958570
        },
        {
            "start": 874958571,
            "stop": 874958580
        },
        {
            "start": 874958700,
            "stop": 874958716
        }
    ]
}