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=236
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=237",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=235",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 236,
    "results": [
        {
            "start": 1136434539,
            "stop": 1136434577
        },
        {
            "start": 1136434580,
            "stop": 1136434591
        },
        {
            "start": 1136434594,
            "stop": 1136434598
        },
        {
            "start": 1136434602,
            "stop": 1136434608
        },
        {
            "start": 1136434611,
            "stop": 1136434617
        },
        {
            "start": 1136434620,
            "stop": 1136434625
        },
        {
            "start": 1136434628,
            "stop": 1136434633
        },
        {
            "start": 1136434636,
            "stop": 1136434643
        },
        {
            "start": 1136434646,
            "stop": 1136434653
        },
        {
            "start": 1136434656,
            "stop": 1136434663
        },
        {
            "start": 1136434666,
            "stop": 1136434673
        },
        {
            "start": 1136434676,
            "stop": 1136434687
        },
        {
            "start": 1136434690,
            "stop": 1136434715
        },
        {
            "start": 1136434718,
            "stop": 1136434747
        },
        {
            "start": 1136434750,
            "stop": 1136434775
        },
        {
            "start": 1136434778,
            "stop": 1136434782
        },
        {
            "start": 1136434785,
            "stop": 1136434816
        },
        {
            "start": 1136434819,
            "stop": 1136434820
        },
        {
            "start": 1136434823,
            "stop": 1136434872
        },
        {
            "start": 1136434875,
            "stop": 1136434880
        }
    ]
}