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=40839
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=40840",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40838",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40839,
    "results": [
        {
            "start": 875043389,
            "stop": 875043390
        },
        {
            "start": 875043392,
            "stop": 875043393
        },
        {
            "start": 875043394,
            "stop": 875043398
        },
        {
            "start": 875043400,
            "stop": 875043401
        },
        {
            "start": 875043402,
            "stop": 875043404
        },
        {
            "start": 875043405,
            "stop": 875043409
        },
        {
            "start": 875043410,
            "stop": 875043414
        },
        {
            "start": 875043416,
            "stop": 875043430
        },
        {
            "start": 875043432,
            "stop": 875043464
        },
        {
            "start": 875043465,
            "stop": 875043466
        },
        {
            "start": 875043469,
            "stop": 875043470
        },
        {
            "start": 875043471,
            "stop": 875043513
        },
        {
            "start": 875043514,
            "stop": 875043542
        },
        {
            "start": 875043543,
            "stop": 875043555
        },
        {
            "start": 875043556,
            "stop": 875043566
        },
        {
            "start": 875043567,
            "stop": 875043572
        },
        {
            "start": 875043573,
            "stop": 875043576
        },
        {
            "start": 875043577,
            "stop": 875043616
        },
        {
            "start": 875043617,
            "stop": 875043622
        },
        {
            "start": 875043623,
            "stop": 875043687
        }
    ]
}