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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1152",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1150",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1151,
    "results": [
        {
            "start": 1136514611,
            "stop": 1136514616
        },
        {
            "start": 1136514619,
            "stop": 1136514624
        },
        {
            "start": 1136514627,
            "stop": 1136514639
        },
        {
            "start": 1136514642,
            "stop": 1136514647
        },
        {
            "start": 1136514650,
            "stop": 1136514663
        },
        {
            "start": 1136514666,
            "stop": 1136514670
        },
        {
            "start": 1136514673,
            "stop": 1136514681
        },
        {
            "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
        }
    ]
}