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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7685",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7683",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7684,
    "results": [
        {
            "start": 971283721,
            "stop": 971283786
        },
        {
            "start": 971283789,
            "stop": 971284637
        },
        {
            "start": 971284640,
            "stop": 971284648
        },
        {
            "start": 971284651,
            "stop": 971285508
        },
        {
            "start": 971285519,
            "stop": 971285633
        },
        {
            "start": 971285639,
            "stop": 971285654
        },
        {
            "start": 971285660,
            "stop": 971285674
        },
        {
            "start": 971285680,
            "stop": 971287312
        },
        {
            "start": 971287315,
            "stop": 971287482
        },
        {
            "start": 971287485,
            "stop": 971288496
        },
        {
            "start": 971288527,
            "stop": 971288538
        },
        {
            "start": 971288547,
            "stop": 971288548
        },
        {
            "start": 971288555,
            "stop": 971288559
        },
        {
            "start": 971288570,
            "stop": 971288584
        },
        {
            "start": 971288590,
            "stop": 971288666
        },
        {
            "start": 971288672,
            "stop": 971288679
        },
        {
            "start": 971288685,
            "stop": 971288686
        },
        {
            "start": 971288707,
            "stop": 971289074
        },
        {
            "start": 971289077,
            "stop": 971289473
        },
        {
            "start": 971289476,
            "stop": 971289602
        }
    ]
}