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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_CBC_CAT2/segments?format=api&page=4",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_CBC_CAT2/segments?format=api&page=2",
    "results_count": 1192,
    "results_per_page": 20,
    "num_pages": 60,
    "page_number": 3,
    "results": [
        {
            "start": 1256811657,
            "stop": 1256815694
        },
        {
            "start": 1256817455,
            "stop": 1256819145
        },
        {
            "start": 1256821150,
            "stop": 1256830560
        },
        {
            "start": 1256830568,
            "stop": 1256831816
        },
        {
            "start": 1256831824,
            "stop": 1256837640
        },
        {
            "start": 1256837648,
            "stop": 1256839119
        },
        {
            "start": 1256840641,
            "stop": 1256841414
        },
        {
            "start": 1256841422,
            "stop": 1256842332
        },
        {
            "start": 1256842333,
            "stop": 1256842997
        },
        {
            "start": 1256844498,
            "stop": 1256846707
        },
        {
            "start": 1256846715,
            "stop": 1256848891
        },
        {
            "start": 1256848899,
            "stop": 1256849099
        },
        {
            "start": 1256850536,
            "stop": 1256855988
        },
        {
            "start": 1256855996,
            "stop": 1256859548
        },
        {
            "start": 1256859556,
            "stop": 1256859636
        },
        {
            "start": 1256859644,
            "stop": 1256859892
        },
        {
            "start": 1256859900,
            "stop": 1256860376
        },
        {
            "start": 1256865595,
            "stop": 1256865601
        },
        {
            "start": 1256865627,
            "stop": 1256865639
        },
        {
            "start": 1256865673,
            "stop": 1256865677
        }
    ]
}