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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=74",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=72",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 73,
    "results": [
        {
            "start": 947025693,
            "stop": 947054808
        },
        {
            "start": 947062649,
            "stop": 947067670
        },
        {
            "start": 947069003,
            "stop": 947069041
        },
        {
            "start": 947070035,
            "stop": 947084108
        },
        {
            "start": 947089382,
            "stop": 947095677
        },
        {
            "start": 947097823,
            "stop": 947102664
        },
        {
            "start": 947103419,
            "stop": 947118828
        },
        {
            "start": 947135192,
            "stop": 947172476
        },
        {
            "start": 947174196,
            "stop": 947176434
        },
        {
            "start": 947178089,
            "stop": 947220907
        },
        {
            "start": 947222676,
            "stop": 947222749
        },
        {
            "start": 947224413,
            "stop": 947241644
        },
        {
            "start": 947243591,
            "stop": 947248460
        },
        {
            "start": 947249355,
            "stop": 947250554
        },
        {
            "start": 947253372,
            "stop": 947254646
        },
        {
            "start": 949475716,
            "stop": 949480339
        },
        {
            "start": 949483872,
            "stop": 949488120
        },
        {
            "start": 949488995,
            "stop": 949493133
        },
        {
            "start": 949493886,
            "stop": 949496081
        },
        {
            "start": 949497321,
            "stop": 949510083
        }
    ]
}