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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5096",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5094",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5095,
    "results": [
        {
            "start": 1136974545,
            "stop": 1136974604
        },
        {
            "start": 1136974605,
            "stop": 1136974615
        },
        {
            "start": 1136974617,
            "stop": 1136974628
        },
        {
            "start": 1136974630,
            "stop": 1136974636
        },
        {
            "start": 1136974639,
            "stop": 1136974703
        },
        {
            "start": 1136974707,
            "stop": 1136974834
        },
        {
            "start": 1136974836,
            "stop": 1136974898
        },
        {
            "start": 1136974900,
            "stop": 1136974915
        },
        {
            "start": 1136974918,
            "stop": 1136974925
        },
        {
            "start": 1136974927,
            "stop": 1136975074
        },
        {
            "start": 1136975075,
            "stop": 1136975077
        },
        {
            "start": 1136975081,
            "stop": 1136975170
        },
        {
            "start": 1136975172,
            "stop": 1136975175
        },
        {
            "start": 1136975177,
            "stop": 1136975178
        },
        {
            "start": 1136975179,
            "stop": 1136975189
        },
        {
            "start": 1136975191,
            "stop": 1136975195
        },
        {
            "start": 1136975197,
            "stop": 1136975200
        },
        {
            "start": 1136975201,
            "stop": 1136975210
        },
        {
            "start": 1136975220,
            "stop": 1136975243
        },
        {
            "start": 1136975244,
            "stop": 1136975245
        }
    ]
}