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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=732",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=730",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 731,
    "results": [
        {
            "start": 1267543705,
            "stop": 1267543846
        },
        {
            "start": 1267543847,
            "stop": 1267544089
        },
        {
            "start": 1267544090,
            "stop": 1267544359
        },
        {
            "start": 1267544360,
            "stop": 1267545069
        },
        {
            "start": 1267545072,
            "stop": 1267545092
        },
        {
            "start": 1267545093,
            "stop": 1267545614
        },
        {
            "start": 1267545615,
            "stop": 1267547331
        },
        {
            "start": 1267547332,
            "stop": 1267548190
        },
        {
            "start": 1267548191,
            "stop": 1267548451
        },
        {
            "start": 1267548453,
            "stop": 1267548498
        },
        {
            "start": 1267548500,
            "stop": 1267548673
        },
        {
            "start": 1267548674,
            "stop": 1267548862
        },
        {
            "start": 1267548864,
            "stop": 1267548907
        },
        {
            "start": 1267548908,
            "stop": 1267549386
        },
        {
            "start": 1267549389,
            "stop": 1267549707
        },
        {
            "start": 1267549709,
            "stop": 1267549761
        },
        {
            "start": 1267549762,
            "stop": 1267549997
        },
        {
            "start": 1267549998,
            "stop": 1267550229
        },
        {
            "start": 1267550230,
            "stop": 1267550741
        },
        {
            "start": 1267550742,
            "stop": 1267550973
        }
    ]
}