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_CAT2/segments?format=api&page=88
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=89",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=87",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 88,
    "results": [
        {
            "start": 1263765014,
            "stop": 1263766611
        },
        {
            "start": 1263766612,
            "stop": 1263767035
        },
        {
            "start": 1263767058,
            "stop": 1263767067
        },
        {
            "start": 1263767074,
            "stop": 1263767100
        },
        {
            "start": 1263767117,
            "stop": 1263767119
        },
        {
            "start": 1263767123,
            "stop": 1263767422
        },
        {
            "start": 1263777550,
            "stop": 1263782952
        },
        {
            "start": 1263782954,
            "stop": 1263787080
        },
        {
            "start": 1263787083,
            "stop": 1263793710
        },
        {
            "start": 1263793712,
            "stop": 1263793731
        },
        {
            "start": 1263793736,
            "stop": 1263794728
        },
        {
            "start": 1263794731,
            "stop": 1263794744
        },
        {
            "start": 1263794747,
            "stop": 1263794758
        },
        {
            "start": 1263794762,
            "stop": 1263794774
        },
        {
            "start": 1263794776,
            "stop": 1263794786
        },
        {
            "start": 1263794788,
            "stop": 1263794934
        },
        {
            "start": 1263794936,
            "stop": 1263795003
        },
        {
            "start": 1263795006,
            "stop": 1263795012
        },
        {
            "start": 1263806320,
            "stop": 1263809295
        },
        {
            "start": 1263809296,
            "stop": 1263834305
        }
    ]
}