Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=369
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=370",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=368",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 369,
    "results": [
        {
            "start": 1265606946,
            "stop": 1265606949
        },
        {
            "start": 1265606950,
            "stop": 1265607164
        },
        {
            "start": 1265616712,
            "stop": 1265623684
        },
        {
            "start": 1265623685,
            "stop": 1265625425
        },
        {
            "start": 1265625426,
            "stop": 1265626074
        },
        {
            "start": 1265649130,
            "stop": 1265650527
        },
        {
            "start": 1265650528,
            "stop": 1265651565
        },
        {
            "start": 1265651566,
            "stop": 1265653885
        },
        {
            "start": 1265653886,
            "stop": 1265658949
        },
        {
            "start": 1265658950,
            "stop": 1265659812
        },
        {
            "start": 1265661846,
            "stop": 1265663164
        },
        {
            "start": 1265663172,
            "stop": 1265665086
        },
        {
            "start": 1265665087,
            "stop": 1265668850
        },
        {
            "start": 1265668851,
            "stop": 1265669346
        },
        {
            "start": 1265669347,
            "stop": 1265670255
        },
        {
            "start": 1265670256,
            "stop": 1265670433
        },
        {
            "start": 1265670435,
            "stop": 1265671661
        },
        {
            "start": 1265671662,
            "stop": 1265694727
        },
        {
            "start": 1265694728,
            "stop": 1265715920
        },
        {
            "start": 1265715921,
            "stop": 1265727670
        }
    ]
}