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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=32",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=30",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 31,
    "results": [
        {
            "start": 931355275,
            "stop": 931355690
        },
        {
            "start": 931355691,
            "stop": 931359230
        },
        {
            "start": 931359235,
            "stop": 931359291
        },
        {
            "start": 931359297,
            "stop": 931359299
        },
        {
            "start": 931360448,
            "stop": 931360554
        },
        {
            "start": 931360556,
            "stop": 931360569
        },
        {
            "start": 931360571,
            "stop": 931360578
        },
        {
            "start": 931360580,
            "stop": 931360604
        },
        {
            "start": 931360607,
            "stop": 931360634
        },
        {
            "start": 931360636,
            "stop": 931360671
        },
        {
            "start": 931360674,
            "stop": 931360675
        },
        {
            "start": 931360678,
            "stop": 931360729
        },
        {
            "start": 931360731,
            "stop": 931360755
        },
        {
            "start": 931360759,
            "stop": 931360796
        },
        {
            "start": 931360801,
            "stop": 931360803
        },
        {
            "start": 931360807,
            "stop": 931360813
        },
        {
            "start": 931360817,
            "stop": 931360819
        },
        {
            "start": 931360821,
            "stop": 931360822
        },
        {
            "start": 931360836,
            "stop": 931360843
        },
        {
            "start": 931360845,
            "stop": 931360846
        }
    ]
}