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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=187",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=185",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 186,
    "results": [
        {
            "start": 1261590718,
            "stop": 1261591734
        },
        {
            "start": 1261591735,
            "stop": 1261591868
        },
        {
            "start": 1261591870,
            "stop": 1261594610
        },
        {
            "start": 1261594612,
            "stop": 1261596975
        },
        {
            "start": 1261596978,
            "stop": 1261598614
        },
        {
            "start": 1261598616,
            "stop": 1261600674
        },
        {
            "start": 1261600679,
            "stop": 1261600781
        },
        {
            "start": 1261600783,
            "stop": 1261600890
        },
        {
            "start": 1261600893,
            "stop": 1261600923
        },
        {
            "start": 1261600926,
            "stop": 1261602089
        },
        {
            "start": 1261602092,
            "stop": 1261605756
        },
        {
            "start": 1261605759,
            "stop": 1261605893
        },
        {
            "start": 1261605896,
            "stop": 1261606785
        },
        {
            "start": 1261606789,
            "stop": 1261606834
        },
        {
            "start": 1261606839,
            "stop": 1261606841
        },
        {
            "start": 1261606843,
            "stop": 1261607514
        },
        {
            "start": 1261607518,
            "stop": 1261608694
        },
        {
            "start": 1261608699,
            "stop": 1261609589
        },
        {
            "start": 1261609593,
            "stop": 1261611962
        },
        {
            "start": 1261611965,
            "stop": 1261612284
        }
    ]
}