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=13
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=14",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW/segments?format=api&page=12",
    "results_count": 280,
    "results_per_page": 20,
    "num_pages": 14,
    "page_number": 13,
    "results": [
        {
            "start": 866910276,
            "stop": 866919184
        },
        {
            "start": 866922104,
            "stop": 866922244
        },
        {
            "start": 866922718,
            "stop": 866923264
        },
        {
            "start": 866925044,
            "stop": 866929701
        },
        {
            "start": 866929918,
            "stop": 866966764
        },
        {
            "start": 866974304,
            "stop": 867027664
        },
        {
            "start": 867030224,
            "stop": 867034744
        },
        {
            "start": 867060704,
            "stop": 867453304
        },
        {
            "start": 867454304,
            "stop": 867522412
        },
        {
            "start": 867524441,
            "stop": 867525642
        },
        {
            "start": 867525720,
            "stop": 867526444
        },
        {
            "start": 867527504,
            "stop": 867549964
        },
        {
            "start": 867563504,
            "stop": 867713164
        },
        {
            "start": 867714104,
            "stop": 867719584
        },
        {
            "start": 867720104,
            "stop": 868116527
        },
        {
            "start": 869942893,
            "stop": 870545944
        },
        {
            "start": 870546120,
            "stop": 871156864
        },
        {
            "start": 871158584,
            "stop": 871412464
        },
        {
            "start": 871414844,
            "stop": 871430464
        },
        {
            "start": 871432664,
            "stop": 871444864
        }
    ]
}