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=77
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=78",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=76",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 77,
    "results": [
        {
            "start": 950071990,
            "stop": 950078724
        },
        {
            "start": 950078799,
            "stop": 950084363
        },
        {
            "start": 950085634,
            "stop": 950091857
        },
        {
            "start": 950092492,
            "stop": 950097258
        },
        {
            "start": 950097807,
            "stop": 950101853
        },
        {
            "start": 950103862,
            "stop": 950105715
        },
        {
            "start": 950108889,
            "stop": 950151706
        },
        {
            "start": 950151803,
            "stop": 950165058
        },
        {
            "start": 950174417,
            "stop": 950184868
        },
        {
            "start": 950187757,
            "stop": 950197270
        },
        {
            "start": 950197429,
            "stop": 950204992
        },
        {
            "start": 950207584,
            "stop": 950216968
        },
        {
            "start": 950222039,
            "stop": 950239716
        },
        {
            "start": 950242517,
            "stop": 950247931
        },
        {
            "start": 950250293,
            "stop": 950269723
        },
        {
            "start": 950271084,
            "stop": 950272495
        },
        {
            "start": 950273927,
            "stop": 950274350
        },
        {
            "start": 950276769,
            "stop": 950281478
        },
        {
            "start": 950283656,
            "stop": 950283783
        },
        {
            "start": 950284181,
            "stop": 950285085
        }
    ]
}