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=681
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=682",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=680",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 681,
    "results": [
        {
            "start": 1266386957,
            "stop": 1266387667
        },
        {
            "start": 1266387668,
            "stop": 1266387701
        },
        {
            "start": 1266387703,
            "stop": 1266387787
        },
        {
            "start": 1266387791,
            "stop": 1266387793
        },
        {
            "start": 1266387794,
            "stop": 1266387798
        },
        {
            "start": 1266387801,
            "stop": 1266387803
        },
        {
            "start": 1266387805,
            "stop": 1266387818
        },
        {
            "start": 1266387820,
            "stop": 1266388121
        },
        {
            "start": 1266388123,
            "stop": 1266388401
        },
        {
            "start": 1266388402,
            "stop": 1266388406
        },
        {
            "start": 1266388407,
            "stop": 1266388485
        },
        {
            "start": 1266388487,
            "stop": 1266388767
        },
        {
            "start": 1266388768,
            "stop": 1266388891
        },
        {
            "start": 1266388892,
            "stop": 1266388958
        },
        {
            "start": 1266388959,
            "stop": 1266389027
        },
        {
            "start": 1266389028,
            "stop": 1266389047
        },
        {
            "start": 1266389049,
            "stop": 1266389050
        },
        {
            "start": 1266389051,
            "stop": 1266391473
        },
        {
            "start": 1266391474,
            "stop": 1266392042
        },
        {
            "start": 1266392046,
            "stop": 1266392494
        }
    ]
}