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=7641
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=7642",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7640",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7641,
    "results": [
        {
            "start": 970927113,
            "stop": 970927276
        },
        {
            "start": 970927532,
            "stop": 970927538
        },
        {
            "start": 970927575,
            "stop": 970927602
        },
        {
            "start": 970927625,
            "stop": 970927650
        },
        {
            "start": 970927653,
            "stop": 970927658
        },
        {
            "start": 970927661,
            "stop": 970927676
        },
        {
            "start": 970927679,
            "stop": 970927706
        },
        {
            "start": 970927709,
            "stop": 970927712
        },
        {
            "start": 970927716,
            "stop": 970928030
        },
        {
            "start": 970928033,
            "stop": 970928056
        },
        {
            "start": 970928359,
            "stop": 970928416
        },
        {
            "start": 970928536,
            "stop": 970928538
        },
        {
            "start": 970928543,
            "stop": 970928544
        },
        {
            "start": 970928547,
            "stop": 970928596
        },
        {
            "start": 970928877,
            "stop": 970928909
        },
        {
            "start": 970928935,
            "stop": 970928971
        },
        {
            "start": 970928974,
            "stop": 970928986
        },
        {
            "start": 970928989,
            "stop": 970929001
        },
        {
            "start": 970929004,
            "stop": 970929085
        },
        {
            "start": 970929088,
            "stop": 970929117
        }
    ]
}