Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=7
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=8",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=6",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 7,
    "results": [
        {
            "start": 1126097220,
            "stop": 1126097593
        },
        {
            "start": 1126097594,
            "stop": 1126097927
        },
        {
            "start": 1126097928,
            "stop": 1126097989
        },
        {
            "start": 1126097990,
            "stop": 1126098156
        },
        {
            "start": 1126098157,
            "stop": 1126098240
        },
        {
            "start": 1126098242,
            "stop": 1126098538
        },
        {
            "start": 1126098540,
            "stop": 1126098867
        },
        {
            "start": 1126098868,
            "stop": 1126099178
        },
        {
            "start": 1126099180,
            "stop": 1126099498
        },
        {
            "start": 1126099499,
            "stop": 1126099521
        },
        {
            "start": 1126099523,
            "stop": 1126099526
        },
        {
            "start": 1126099528,
            "stop": 1126099641
        },
        {
            "start": 1126099643,
            "stop": 1126099644
        },
        {
            "start": 1126099646,
            "stop": 1126099835
        },
        {
            "start": 1126099837,
            "stop": 1126100107
        },
        {
            "start": 1126100109,
            "stop": 1126100162
        },
        {
            "start": 1126100163,
            "stop": 1126100499
        },
        {
            "start": 1126100500,
            "stop": 1126100737
        },
        {
            "start": 1126100740,
            "stop": 1126100845
        },
        {
            "start": 1126100846,
            "stop": 1126100859
        }
    ]
}