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=234
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=235",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=233",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 234,
    "results": [
        {
            "start": 1136431502,
            "stop": 1136431796
        },
        {
            "start": 1136431799,
            "stop": 1136432144
        },
        {
            "start": 1136432147,
            "stop": 1136432179
        },
        {
            "start": 1136432182,
            "stop": 1136432235
        },
        {
            "start": 1136432238,
            "stop": 1136432345
        },
        {
            "start": 1136432348,
            "stop": 1136432453
        },
        {
            "start": 1136432454,
            "stop": 1136432495
        },
        {
            "start": 1136432498,
            "stop": 1136432562
        },
        {
            "start": 1136432565,
            "stop": 1136432591
        },
        {
            "start": 1136432594,
            "stop": 1136432641
        },
        {
            "start": 1136432644,
            "stop": 1136432699
        },
        {
            "start": 1136432702,
            "stop": 1136432746
        },
        {
            "start": 1136432749,
            "stop": 1136432814
        },
        {
            "start": 1136432818,
            "stop": 1136432900
        },
        {
            "start": 1136432903,
            "stop": 1136433023
        },
        {
            "start": 1136433026,
            "stop": 1136433145
        },
        {
            "start": 1136433149,
            "stop": 1136433278
        },
        {
            "start": 1136433281,
            "stop": 1136433344
        },
        {
            "start": 1136433348,
            "stop": 1136433489
        },
        {
            "start": 1136433494,
            "stop": 1136433631
        }
    ]
}