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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=77",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=75",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 76,
    "results": [
        {
            "start": 931288264,
            "stop": 931288265
        },
        {
            "start": 931288478,
            "stop": 931288479
        },
        {
            "start": 931288489,
            "stop": 931288490
        },
        {
            "start": 931288554,
            "stop": 931288555
        },
        {
            "start": 931288590,
            "stop": 931288596
        },
        {
            "start": 931288605,
            "stop": 931288606
        },
        {
            "start": 931288672,
            "stop": 931288673
        },
        {
            "start": 931288707,
            "stop": 931288708
        },
        {
            "start": 931288735,
            "stop": 931288736
        },
        {
            "start": 931288744,
            "stop": 931288748
        },
        {
            "start": 931288756,
            "stop": 931288758
        },
        {
            "start": 931288761,
            "stop": 931288762
        },
        {
            "start": 931288827,
            "stop": 931288828
        },
        {
            "start": 931288834,
            "stop": 931288837
        },
        {
            "start": 931288857,
            "stop": 931288858
        },
        {
            "start": 931288886,
            "stop": 931288888
        },
        {
            "start": 931288895,
            "stop": 931288900
        },
        {
            "start": 931288913,
            "stop": 931288915
        },
        {
            "start": 931288929,
            "stop": 931288931
        },
        {
            "start": 931288933,
            "stop": 931288936
        }
    ]
}