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=95
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=96",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=94",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 95,
    "results": [
        {
            "start": 955032833,
            "stop": 955035406
        },
        {
            "start": 955045346,
            "stop": 955048754
        },
        {
            "start": 955053502,
            "stop": 955054089
        },
        {
            "start": 955067157,
            "stop": 955069638
        },
        {
            "start": 955077982,
            "stop": 955087734
        },
        {
            "start": 955088665,
            "stop": 955107561
        },
        {
            "start": 955111070,
            "stop": 955117024
        },
        {
            "start": 955118959,
            "stop": 955125022
        },
        {
            "start": 955127084,
            "stop": 955132310
        },
        {
            "start": 955133413,
            "stop": 955143807
        },
        {
            "start": 955183602,
            "stop": 955187689
        },
        {
            "start": 955187824,
            "stop": 955191849
        },
        {
            "start": 955193219,
            "stop": 955199283
        },
        {
            "start": 955332352,
            "stop": 955334056
        },
        {
            "start": 955335103,
            "stop": 955350435
        },
        {
            "start": 955351166,
            "stop": 955352335
        },
        {
            "start": 955353564,
            "stop": 955356707
        },
        {
            "start": 955358185,
            "stop": 955359558
        },
        {
            "start": 955360267,
            "stop": 955366689
        },
        {
            "start": 955367234,
            "stop": 955369010
        }
    ]
}