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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=138",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=136",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 137,
    "results": [
        {
            "start": 1258180395,
            "stop": 1258181766
        },
        {
            "start": 1258181767,
            "stop": 1258184473
        },
        {
            "start": 1258184481,
            "stop": 1258184605
        },
        {
            "start": 1258184613,
            "stop": 1258184704
        },
        {
            "start": 1258184806,
            "stop": 1258185253
        },
        {
            "start": 1258185256,
            "stop": 1258185706
        },
        {
            "start": 1258185709,
            "stop": 1258185883
        },
        {
            "start": 1258185886,
            "stop": 1258186264
        },
        {
            "start": 1258186267,
            "stop": 1258188368
        },
        {
            "start": 1258188371,
            "stop": 1258188377
        },
        {
            "start": 1258188380,
            "stop": 1258189763
        },
        {
            "start": 1258189765,
            "stop": 1258197164
        },
        {
            "start": 1258197167,
            "stop": 1258197748
        },
        {
            "start": 1258197750,
            "stop": 1258197768
        },
        {
            "start": 1258197770,
            "stop": 1258198184
        },
        {
            "start": 1258198187,
            "stop": 1258198269
        },
        {
            "start": 1258198272,
            "stop": 1258198502
        },
        {
            "start": 1258198505,
            "stop": 1258198513
        },
        {
            "start": 1258198516,
            "stop": 1258198743
        },
        {
            "start": 1258198745,
            "stop": 1258198756
        }
    ]
}