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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=199",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=197",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 198,
    "results": [
        {
            "start": 1259008728,
            "stop": 1259009911
        },
        {
            "start": 1259009912,
            "stop": 1259010201
        },
        {
            "start": 1259010204,
            "stop": 1259010727
        },
        {
            "start": 1259010730,
            "stop": 1259011341
        },
        {
            "start": 1259011344,
            "stop": 1259011901
        },
        {
            "start": 1259011904,
            "stop": 1259012532
        },
        {
            "start": 1259012533,
            "stop": 1259012634
        },
        {
            "start": 1259012637,
            "stop": 1259013701
        },
        {
            "start": 1259029684,
            "stop": 1259030733
        },
        {
            "start": 1259030736,
            "stop": 1259032311
        },
        {
            "start": 1259040545,
            "stop": 1259044633
        },
        {
            "start": 1259044636,
            "stop": 1259045268
        },
        {
            "start": 1259045271,
            "stop": 1259045951
        },
        {
            "start": 1259045954,
            "stop": 1259046345
        },
        {
            "start": 1259046347,
            "stop": 1259047369
        },
        {
            "start": 1259047372,
            "stop": 1259048609
        },
        {
            "start": 1259048616,
            "stop": 1259051865
        },
        {
            "start": 1259051873,
            "stop": 1259054936
        },
        {
            "start": 1259054939,
            "stop": 1259055423
        },
        {
            "start": 1259055431,
            "stop": 1259056718
        }
    ]
}