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=405
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=406",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=404",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 405,
    "results": [
        {
            "start": 1267542356,
            "stop": 1267542359
        },
        {
            "start": 1267542360,
            "stop": 1267542451
        },
        {
            "start": 1267542452,
            "stop": 1267543846
        },
        {
            "start": 1267543847,
            "stop": 1267544089
        },
        {
            "start": 1267544090,
            "stop": 1267545092
        },
        {
            "start": 1267545093,
            "stop": 1267545614
        },
        {
            "start": 1267545615,
            "stop": 1267547331
        },
        {
            "start": 1267547332,
            "stop": 1267548190
        },
        {
            "start": 1267548191,
            "stop": 1267548673
        },
        {
            "start": 1267548674,
            "stop": 1267548907
        },
        {
            "start": 1267548908,
            "stop": 1267549761
        },
        {
            "start": 1267549762,
            "stop": 1267549997
        },
        {
            "start": 1267549998,
            "stop": 1267550229
        },
        {
            "start": 1267550230,
            "stop": 1267550741
        },
        {
            "start": 1267550742,
            "stop": 1267550973
        },
        {
            "start": 1267550974,
            "stop": 1267551205
        },
        {
            "start": 1267551206,
            "stop": 1267552240
        },
        {
            "start": 1267552241,
            "stop": 1267552376
        },
        {
            "start": 1267552378,
            "stop": 1267552380
        },
        {
            "start": 1267552382,
            "stop": 1267552383
        }
    ]
}