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_CAT2/segments?format=api&page=129
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=130",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=128",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 129,
    "results": [
        {
            "start": 1260186656,
            "stop": 1260187246
        },
        {
            "start": 1260187251,
            "stop": 1260187375
        },
        {
            "start": 1260187380,
            "stop": 1260187708
        },
        {
            "start": 1260187713,
            "stop": 1260189018
        },
        {
            "start": 1260189023,
            "stop": 1260189389
        },
        {
            "start": 1260189394,
            "stop": 1260189433
        },
        {
            "start": 1260189438,
            "stop": 1260189455
        },
        {
            "start": 1260189460,
            "stop": 1260189493
        },
        {
            "start": 1260189498,
            "stop": 1260189521
        },
        {
            "start": 1260189526,
            "stop": 1260189568
        },
        {
            "start": 1260189573,
            "stop": 1260189623
        },
        {
            "start": 1260189626,
            "stop": 1260189627
        },
        {
            "start": 1260189637,
            "stop": 1260189638
        },
        {
            "start": 1260189643,
            "stop": 1260189650
        },
        {
            "start": 1260189655,
            "stop": 1260189677
        },
        {
            "start": 1260189682,
            "stop": 1260189683
        },
        {
            "start": 1260189688,
            "stop": 1260189696
        },
        {
            "start": 1260189705,
            "stop": 1260189709
        },
        {
            "start": 1260189714,
            "stop": 1260189734
        },
        {
            "start": 1260189739,
            "stop": 1260189744
        }
    ]
}