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=90
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=91",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=89",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 90,
    "results": [
        {
            "start": 953474020,
            "stop": 953478888
        },
        {
            "start": 953480693,
            "stop": 953485089
        },
        {
            "start": 953487077,
            "stop": 953491526
        },
        {
            "start": 953492491,
            "stop": 953493240
        },
        {
            "start": 953496587,
            "stop": 953550342
        },
        {
            "start": 953557887,
            "stop": 953561452
        },
        {
            "start": 953565028,
            "stop": 953575352
        },
        {
            "start": 953576886,
            "stop": 953581754
        },
        {
            "start": 953582143,
            "stop": 953596355
        },
        {
            "start": 953609403,
            "stop": 953615888
        },
        {
            "start": 953616541,
            "stop": 953616785
        },
        {
            "start": 953616925,
            "stop": 953616926
        },
        {
            "start": 953616941,
            "stop": 953630137
        },
        {
            "start": 953632591,
            "stop": 953633820
        },
        {
            "start": 953635528,
            "stop": 953641566
        },
        {
            "start": 953647123,
            "stop": 953653796
        },
        {
            "start": 953657763,
            "stop": 953662817
        },
        {
            "start": 953663486,
            "stop": 953736285
        },
        {
            "start": 953737649,
            "stop": 953743987
        },
        {
            "start": 953744322,
            "stop": 953754978
        }
    ]
}