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=712
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=713",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=711",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 712,
    "results": [
        {
            "start": 1267055512,
            "stop": 1267057240
        },
        {
            "start": 1267057242,
            "stop": 1267059325
        },
        {
            "start": 1267059327,
            "stop": 1267059485
        },
        {
            "start": 1267059487,
            "stop": 1267060317
        },
        {
            "start": 1267060319,
            "stop": 1267061365
        },
        {
            "start": 1267061367,
            "stop": 1267062985
        },
        {
            "start": 1267062986,
            "stop": 1267063384
        },
        {
            "start": 1267063386,
            "stop": 1267063401
        },
        {
            "start": 1267063402,
            "stop": 1267065151
        },
        {
            "start": 1267065153,
            "stop": 1267065496
        },
        {
            "start": 1267065497,
            "stop": 1267065498
        },
        {
            "start": 1267065500,
            "stop": 1267065586
        },
        {
            "start": 1267065587,
            "stop": 1267065590
        },
        {
            "start": 1267065591,
            "stop": 1267065603
        },
        {
            "start": 1267065604,
            "stop": 1267065620
        },
        {
            "start": 1267065621,
            "stop": 1267065723
        },
        {
            "start": 1267065724,
            "stop": 1267065738
        },
        {
            "start": 1267065739,
            "stop": 1267065807
        },
        {
            "start": 1267065808,
            "stop": 1267065815
        },
        {
            "start": 1267065816,
            "stop": 1267066008
        }
    ]
}