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=271
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=272",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=270",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 271,
    "results": [
        {
            "start": 1136514684,
            "stop": 1136514692
        },
        {
            "start": 1136514695,
            "stop": 1136514703
        },
        {
            "start": 1136514706,
            "stop": 1136514711
        },
        {
            "start": 1136514714,
            "stop": 1136514723
        },
        {
            "start": 1136514726,
            "stop": 1136514735
        },
        {
            "start": 1136514738,
            "stop": 1136514752
        },
        {
            "start": 1136514755,
            "stop": 1136514774
        },
        {
            "start": 1136514777,
            "stop": 1136514785
        },
        {
            "start": 1136514788,
            "stop": 1136514797
        },
        {
            "start": 1136514800,
            "stop": 1136514818
        },
        {
            "start": 1136514821,
            "stop": 1136514834
        },
        {
            "start": 1136514837,
            "stop": 1136514845
        },
        {
            "start": 1136514848,
            "stop": 1136514863
        },
        {
            "start": 1136514866,
            "stop": 1136514872
        },
        {
            "start": 1136514875,
            "stop": 1136514878
        },
        {
            "start": 1136514881,
            "stop": 1136514895
        },
        {
            "start": 1136514898,
            "stop": 1136514912
        },
        {
            "start": 1136514915,
            "stop": 1136514925
        },
        {
            "start": 1136514928,
            "stop": 1136514940
        },
        {
            "start": 1136514943,
            "stop": 1136514950
        }
    ]
}