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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=152",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=150",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 151,
    "results": [
        {
            "start": 1176111832,
            "stop": 1176112087
        },
        {
            "start": 1176112089,
            "stop": 1176112090
        },
        {
            "start": 1176112091,
            "stop": 1176112101
        },
        {
            "start": 1176112102,
            "stop": 1176112140
        },
        {
            "start": 1176112141,
            "stop": 1176112142
        },
        {
            "start": 1176112143,
            "stop": 1176112169
        },
        {
            "start": 1176112170,
            "stop": 1176112302
        },
        {
            "start": 1176112303,
            "stop": 1176112345
        },
        {
            "start": 1176112346,
            "stop": 1176112350
        },
        {
            "start": 1176112351,
            "stop": 1176112362
        },
        {
            "start": 1176112364,
            "stop": 1176112401
        },
        {
            "start": 1176112402,
            "stop": 1176112404
        },
        {
            "start": 1176112405,
            "stop": 1176112559
        },
        {
            "start": 1176112560,
            "stop": 1176112562
        },
        {
            "start": 1176112563,
            "stop": 1176112565
        },
        {
            "start": 1176112568,
            "stop": 1176112570
        },
        {
            "start": 1176112572,
            "stop": 1176113059
        },
        {
            "start": 1176113060,
            "stop": 1176113067
        },
        {
            "start": 1176113069,
            "stop": 1176113071
        },
        {
            "start": 1176113073,
            "stop": 1176113075
        }
    ]
}