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=97
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=98",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=96",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 97,
    "results": [
        {
            "start": 955700118,
            "stop": 955700689
        },
        {
            "start": 955701198,
            "stop": 955705058
        },
        {
            "start": 955705885,
            "stop": 955706288
        },
        {
            "start": 955706709,
            "stop": 955711548
        },
        {
            "start": 955716397,
            "stop": 955730236
        },
        {
            "start": 955732817,
            "stop": 955740160
        },
        {
            "start": 955742330,
            "stop": 955752523
        },
        {
            "start": 955753817,
            "stop": 955765746
        },
        {
            "start": 955775515,
            "stop": 955798978
        },
        {
            "start": 955800539,
            "stop": 955801645
        },
        {
            "start": 955823113,
            "stop": 955827122
        },
        {
            "start": 955828214,
            "stop": 955833343
        },
        {
            "start": 955833661,
            "stop": 955833993
        },
        {
            "start": 955834632,
            "stop": 955838553
        },
        {
            "start": 955840718,
            "stop": 955883138
        },
        {
            "start": 955886574,
            "stop": 955888188
        },
        {
            "start": 955889081,
            "stop": 955909466
        },
        {
            "start": 955909865,
            "stop": 955918972
        },
        {
            "start": 955919284,
            "stop": 955934442
        },
        {
            "start": 955934640,
            "stop": 955966503
        }
    ]
}