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=103
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=104",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=102",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 103,
    "results": [
        {
            "start": 957344468,
            "stop": 957344963
        },
        {
            "start": 957345060,
            "stop": 957352154
        },
        {
            "start": 957354972,
            "stop": 957356842
        },
        {
            "start": 957357380,
            "stop": 957358367
        },
        {
            "start": 957361500,
            "stop": 957380542
        },
        {
            "start": 957384509,
            "stop": 957386810
        },
        {
            "start": 957414702,
            "stop": 957421159
        },
        {
            "start": 957435574,
            "stop": 957441249
        },
        {
            "start": 957445564,
            "stop": 957454879
        },
        {
            "start": 957455243,
            "stop": 957457871
        },
        {
            "start": 957461163,
            "stop": 957467309
        },
        {
            "start": 957467728,
            "stop": 957471127
        },
        {
            "start": 957472306,
            "stop": 957519866
        },
        {
            "start": 957520152,
            "stop": 957520668
        },
        {
            "start": 957521296,
            "stop": 957521531
        },
        {
            "start": 957522548,
            "stop": 957522551
        },
        {
            "start": 957522584,
            "stop": 957522865
        },
        {
            "start": 957524970,
            "stop": 957525389
        },
        {
            "start": 957530142,
            "stop": 957538495
        },
        {
            "start": 957538727,
            "stop": 957558620
        }
    ]
}