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=445
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=446",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=444",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 445,
    "results": [
        {
            "start": 1182984381,
            "stop": 1182984940
        },
        {
            "start": 1182984944,
            "stop": 1182985319
        },
        {
            "start": 1182985321,
            "stop": 1182985942
        },
        {
            "start": 1182985944,
            "stop": 1182986035
        },
        {
            "start": 1182986037,
            "stop": 1182986190
        },
        {
            "start": 1182986192,
            "stop": 1182986195
        },
        {
            "start": 1182986197,
            "stop": 1182986817
        },
        {
            "start": 1182986819,
            "stop": 1182987581
        },
        {
            "start": 1182987583,
            "stop": 1182987586
        },
        {
            "start": 1182987588,
            "stop": 1182988253
        },
        {
            "start": 1182988255,
            "stop": 1182988875
        },
        {
            "start": 1182988879,
            "stop": 1182989027
        },
        {
            "start": 1182989029,
            "stop": 1182989061
        },
        {
            "start": 1182989063,
            "stop": 1182989064
        },
        {
            "start": 1182989066,
            "stop": 1182989178
        },
        {
            "start": 1182989180,
            "stop": 1182989210
        },
        {
            "start": 1182989212,
            "stop": 1182989569
        },
        {
            "start": 1182989571,
            "stop": 1182989579
        },
        {
            "start": 1182989584,
            "stop": 1182989585
        },
        {
            "start": 1182989588,
            "stop": 1182989590
        }
    ]
}