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=42
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=43",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=41",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 42,
    "results": [
        {
            "start": 941124787,
            "stop": 941124826
        },
        {
            "start": 941124840,
            "stop": 941126110
        },
        {
            "start": 941126134,
            "stop": 941126233
        },
        {
            "start": 941126823,
            "stop": 941127154
        },
        {
            "start": 941128029,
            "stop": 941128200
        },
        {
            "start": 941129007,
            "stop": 941130668
        },
        {
            "start": 941131989,
            "stop": 941133168
        },
        {
            "start": 941137010,
            "stop": 941137757
        },
        {
            "start": 941140897,
            "stop": 941142237
        },
        {
            "start": 941143081,
            "stop": 941143581
        },
        {
            "start": 941146721,
            "stop": 941147651
        },
        {
            "start": 941151583,
            "stop": 941154787
        },
        {
            "start": 941158945,
            "stop": 941159367
        },
        {
            "start": 941161508,
            "stop": 941161581
        },
        {
            "start": 941168464,
            "stop": 941168809
        },
        {
            "start": 941170898,
            "stop": 941171724
        },
        {
            "start": 941174905,
            "stop": 941175629
        },
        {
            "start": 941176219,
            "stop": 941176930
        },
        {
            "start": 941177918,
            "stop": 941178716
        },
        {
            "start": 941181338,
            "stop": 941182193
        }
    ]
}