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=5259
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=5260",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5258",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5259,
    "results": [
        {
            "start": 1137065982,
            "stop": 1137066009
        },
        {
            "start": 1137066011,
            "stop": 1137066095
        },
        {
            "start": 1137066097,
            "stop": 1137066121
        },
        {
            "start": 1137066122,
            "stop": 1137066209
        },
        {
            "start": 1137066215,
            "stop": 1137066285
        },
        {
            "start": 1137066289,
            "stop": 1137066297
        },
        {
            "start": 1137066299,
            "stop": 1137066301
        },
        {
            "start": 1137066303,
            "stop": 1137066335
        },
        {
            "start": 1137066337,
            "stop": 1137066358
        },
        {
            "start": 1137066360,
            "stop": 1137066389
        },
        {
            "start": 1137066390,
            "stop": 1137066410
        },
        {
            "start": 1137066411,
            "stop": 1137066428
        },
        {
            "start": 1137066430,
            "stop": 1137066471
        },
        {
            "start": 1137066473,
            "stop": 1137066563
        },
        {
            "start": 1137066565,
            "stop": 1137066580
        },
        {
            "start": 1137066582,
            "stop": 1137066627
        },
        {
            "start": 1137066629,
            "stop": 1137066651
        },
        {
            "start": 1137066653,
            "stop": 1137066665
        },
        {
            "start": 1137066667,
            "stop": 1137066668
        },
        {
            "start": 1137066670,
            "stop": 1137066671
        }
    ]
}