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=340
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=341",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=339",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 340,
    "results": [
        {
            "start": 1265002273,
            "stop": 1265002299
        },
        {
            "start": 1265002300,
            "stop": 1265002302
        },
        {
            "start": 1265002303,
            "stop": 1265002337
        },
        {
            "start": 1265002338,
            "stop": 1265002383
        },
        {
            "start": 1265002387,
            "stop": 1265002388
        },
        {
            "start": 1265002389,
            "stop": 1265002395
        },
        {
            "start": 1265002396,
            "stop": 1265002473
        },
        {
            "start": 1265002475,
            "stop": 1265002518
        },
        {
            "start": 1265002519,
            "stop": 1265002643
        },
        {
            "start": 1265002644,
            "stop": 1265002659
        },
        {
            "start": 1265002660,
            "stop": 1265002665
        },
        {
            "start": 1265002672,
            "stop": 1265002734
        },
        {
            "start": 1265002735,
            "stop": 1265002745
        },
        {
            "start": 1265002746,
            "stop": 1265002782
        },
        {
            "start": 1265002783,
            "stop": 1265003308
        },
        {
            "start": 1265003309,
            "stop": 1265003489
        },
        {
            "start": 1265003490,
            "stop": 1265003532
        },
        {
            "start": 1265003533,
            "stop": 1265003644
        },
        {
            "start": 1265003645,
            "stop": 1265003667
        },
        {
            "start": 1265003668,
            "stop": 1265003676
        }
    ]
}