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/S5/timelines/H1_CW/segments?format=api&page=5
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW/segments?format=api&page=6",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW/segments?format=api&page=4",
    "results_count": 280,
    "results_per_page": 20,
    "num_pages": 14,
    "page_number": 5,
    "results": [
        {
            "start": 830658719,
            "stop": 830872264
        },
        {
            "start": 830873519,
            "stop": 830874664
        },
        {
            "start": 830877119,
            "stop": 830944624
        },
        {
            "start": 830986319,
            "stop": 831023104
        },
        {
            "start": 831058320,
            "stop": 831120244
        },
        {
            "start": 831135118,
            "stop": 831225664
        },
        {
            "start": 831227504,
            "stop": 831230619
        },
        {
            "start": 832443036,
            "stop": 832497184
        },
        {
            "start": 832508519,
            "stop": 832598224
        },
        {
            "start": 832603919,
            "stop": 832610524
        },
        {
            "start": 832615319,
            "stop": 832621024
        },
        {
            "start": 832622519,
            "stop": 832680964
        },
        {
            "start": 832686719,
            "stop": 832747024
        },
        {
            "start": 832803118,
            "stop": 833642029
        },
        {
            "start": 833642519,
            "stop": 833648464
        },
        {
            "start": 833649404,
            "stop": 833656677
        },
        {
            "start": 834858763,
            "stop": 834865264
        },
        {
            "start": 834866444,
            "stop": 835072398
        },
        {
            "start": 835072919,
            "stop": 835401664
        },
        {
            "start": 835401764,
            "stop": 835467685
        }
    ]
}