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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=29",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=27",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 28,
    "results": [
        {
            "start": 1262032739,
            "stop": 1262032741
        },
        {
            "start": 1262032746,
            "stop": 1262032753
        },
        {
            "start": 1262032755,
            "stop": 1262055127
        },
        {
            "start": 1262055128,
            "stop": 1262055461
        },
        {
            "start": 1262055462,
            "stop": 1262055709
        },
        {
            "start": 1262055710,
            "stop": 1262055904
        },
        {
            "start": 1262055906,
            "stop": 1262055956
        },
        {
            "start": 1262055957,
            "stop": 1262056002
        },
        {
            "start": 1262056003,
            "stop": 1262056248
        },
        {
            "start": 1262056249,
            "stop": 1262089986
        },
        {
            "start": 1262089987,
            "stop": 1262103425
        },
        {
            "start": 1262103426,
            "stop": 1262103433
        },
        {
            "start": 1262103459,
            "stop": 1262103461
        },
        {
            "start": 1262103462,
            "stop": 1262103464
        },
        {
            "start": 1262103466,
            "stop": 1262103554
        },
        {
            "start": 1262103557,
            "stop": 1262103894
        },
        {
            "start": 1262103895,
            "stop": 1262103912
        },
        {
            "start": 1262103917,
            "stop": 1262103932
        },
        {
            "start": 1262103934,
            "stop": 1262103944
        },
        {
            "start": 1262103946,
            "stop": 1262104185
        }
    ]
}