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=683
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=684",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=682",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 683,
    "results": [
        {
            "start": 1265515620,
            "stop": 1265520545
        },
        {
            "start": 1265520548,
            "stop": 1265520836
        },
        {
            "start": 1265521080,
            "stop": 1265522804
        },
        {
            "start": 1265527152,
            "stop": 1265528079
        },
        {
            "start": 1265528082,
            "stop": 1265528784
        },
        {
            "start": 1265528787,
            "stop": 1265528800
        },
        {
            "start": 1265528803,
            "stop": 1265529293
        },
        {
            "start": 1265529296,
            "stop": 1265529415
        },
        {
            "start": 1265529417,
            "stop": 1265529943
        },
        {
            "start": 1265529946,
            "stop": 1265533846
        },
        {
            "start": 1265533849,
            "stop": 1265534130
        },
        {
            "start": 1265534133,
            "stop": 1265537435
        },
        {
            "start": 1265537438,
            "stop": 1265537595
        },
        {
            "start": 1265537598,
            "stop": 1265539356
        },
        {
            "start": 1265539359,
            "stop": 1265543288
        },
        {
            "start": 1265543291,
            "stop": 1265543398
        },
        {
            "start": 1265543401,
            "stop": 1265545099
        },
        {
            "start": 1265545102,
            "stop": 1265545892
        },
        {
            "start": 1265545895,
            "stop": 1265548930
        },
        {
            "start": 1265548933,
            "stop": 1265549453
        }
    ]
}