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=48
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=49",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=47",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 48,
    "results": [
        {
            "start": 1257825243,
            "stop": 1257829063
        },
        {
            "start": 1257829068,
            "stop": 1257830730
        },
        {
            "start": 1257830732,
            "stop": 1257833004
        },
        {
            "start": 1257833009,
            "stop": 1257833798
        },
        {
            "start": 1257833801,
            "stop": 1257834640
        },
        {
            "start": 1257834642,
            "stop": 1257834905
        },
        {
            "start": 1257834907,
            "stop": 1257836608
        },
        {
            "start": 1257836609,
            "stop": 1257837041
        },
        {
            "start": 1257837044,
            "stop": 1257837501
        },
        {
            "start": 1257837504,
            "stop": 1257837508
        },
        {
            "start": 1257837511,
            "stop": 1257837516
        },
        {
            "start": 1257837524,
            "stop": 1257837678
        },
        {
            "start": 1257837688,
            "stop": 1257839081
        },
        {
            "start": 1257839084,
            "stop": 1257842206
        },
        {
            "start": 1257842209,
            "stop": 1257844604
        },
        {
            "start": 1257844606,
            "stop": 1257845142
        },
        {
            "start": 1257845145,
            "stop": 1257846703
        },
        {
            "start": 1257846704,
            "stop": 1257854069
        },
        {
            "start": 1257854073,
            "stop": 1257859022
        },
        {
            "start": 1257859025,
            "stop": 1257859042
        }
    ]
}