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=92
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=93",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=91",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 92,
    "results": [
        {
            "start": 954096671,
            "stop": 954096736
        },
        {
            "start": 954097524,
            "stop": 954097701
        },
        {
            "start": 954102205,
            "stop": 954102238
        },
        {
            "start": 954102317,
            "stop": 954151210
        },
        {
            "start": 954152113,
            "stop": 954161516
        },
        {
            "start": 954177391,
            "stop": 954191253
        },
        {
            "start": 954191619,
            "stop": 954193856
        },
        {
            "start": 954194649,
            "stop": 954241958
        },
        {
            "start": 954245154,
            "stop": 954261272
        },
        {
            "start": 954264341,
            "stop": 954272875
        },
        {
            "start": 954281985,
            "stop": 954292352
        },
        {
            "start": 954293395,
            "stop": 954329425
        },
        {
            "start": 954331461,
            "stop": 954337780
        },
        {
            "start": 954337971,
            "stop": 954347187
        },
        {
            "start": 954350317,
            "stop": 954370698
        },
        {
            "start": 954374513,
            "stop": 954415275
        },
        {
            "start": 954419156,
            "stop": 954424711
        },
        {
            "start": 954425086,
            "stop": 954432972
        },
        {
            "start": 954434094,
            "stop": 954444134
        },
        {
            "start": 954444397,
            "stop": 954448450
        }
    ]
}