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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=263",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=261",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 262,
    "results": [
        {
            "start": 1136511709,
            "stop": 1136511712
        },
        {
            "start": 1136511715,
            "stop": 1136511718
        },
        {
            "start": 1136511721,
            "stop": 1136511734
        },
        {
            "start": 1136511737,
            "stop": 1136511742
        },
        {
            "start": 1136511745,
            "stop": 1136511747
        },
        {
            "start": 1136511750,
            "stop": 1136511756
        },
        {
            "start": 1136511759,
            "stop": 1136511764
        },
        {
            "start": 1136511767,
            "stop": 1136511771
        },
        {
            "start": 1136511774,
            "stop": 1136511781
        },
        {
            "start": 1136511785,
            "stop": 1136511789
        },
        {
            "start": 1136511793,
            "stop": 1136511800
        },
        {
            "start": 1136511803,
            "stop": 1136511809
        },
        {
            "start": 1136511812,
            "stop": 1136511818
        },
        {
            "start": 1136511821,
            "stop": 1136511828
        },
        {
            "start": 1136511831,
            "stop": 1136511835
        },
        {
            "start": 1136511838,
            "stop": 1136511846
        },
        {
            "start": 1136511849,
            "stop": 1136511861
        },
        {
            "start": 1136511864,
            "stop": 1136511874
        },
        {
            "start": 1136511877,
            "stop": 1136511883
        },
        {
            "start": 1136511886,
            "stop": 1136511906
        }
    ]
}