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=5209
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=5210",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5208",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5209,
    "results": [
        {
            "start": 1137042023,
            "stop": 1137042045
        },
        {
            "start": 1137042047,
            "stop": 1137042071
        },
        {
            "start": 1137042073,
            "stop": 1137042104
        },
        {
            "start": 1137042106,
            "stop": 1137042148
        },
        {
            "start": 1137042150,
            "stop": 1137042160
        },
        {
            "start": 1137042161,
            "stop": 1137042193
        },
        {
            "start": 1137042195,
            "stop": 1137042203
        },
        {
            "start": 1137042205,
            "stop": 1137042207
        },
        {
            "start": 1137042210,
            "stop": 1137042215
        },
        {
            "start": 1137042217,
            "stop": 1137042274
        },
        {
            "start": 1137042276,
            "stop": 1137042278
        },
        {
            "start": 1137042280,
            "stop": 1137042328
        },
        {
            "start": 1137042329,
            "stop": 1137042385
        },
        {
            "start": 1137042386,
            "stop": 1137042387
        },
        {
            "start": 1137042389,
            "stop": 1137042391
        },
        {
            "start": 1137042393,
            "stop": 1137042395
        },
        {
            "start": 1137042397,
            "stop": 1137042404
        },
        {
            "start": 1137042405,
            "stop": 1137042408
        },
        {
            "start": 1137042410,
            "stop": 1137042419
        },
        {
            "start": 1137042421,
            "stop": 1137042425
        }
    ]
}