Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=6
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=7",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=5",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 6,
    "results": [
        {
            "start": 1256787530,
            "stop": 1256788294
        },
        {
            "start": 1256788302,
            "stop": 1256788855
        },
        {
            "start": 1256788857,
            "stop": 1256789838
        },
        {
            "start": 1256789842,
            "stop": 1256789957
        },
        {
            "start": 1256789959,
            "stop": 1256793102
        },
        {
            "start": 1256793105,
            "stop": 1256794426
        },
        {
            "start": 1256794434,
            "stop": 1256796126
        },
        {
            "start": 1256796130,
            "stop": 1256797524
        },
        {
            "start": 1256797527,
            "stop": 1256798948
        },
        {
            "start": 1256809201,
            "stop": 1256809565
        },
        {
            "start": 1256809567,
            "stop": 1256810176
        },
        {
            "start": 1256810178,
            "stop": 1256816033
        },
        {
            "start": 1256816037,
            "stop": 1256816482
        },
        {
            "start": 1256816484,
            "stop": 1256819309
        },
        {
            "start": 1256819313,
            "stop": 1256821151
        },
        {
            "start": 1256821199,
            "stop": 1256821222
        },
        {
            "start": 1256827739,
            "stop": 1256828149
        },
        {
            "start": 1256828152,
            "stop": 1256828670
        },
        {
            "start": 1256828672,
            "stop": 1256829277
        },
        {
            "start": 1256829279,
            "stop": 1256829651
        }
    ]
}