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/O3a/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/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=130",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=128",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 129,
    "results": [
        {
            "start": 1239067032,
            "stop": 1239067752
        },
        {
            "start": 1239067757,
            "stop": 1239067911
        },
        {
            "start": 1239067916,
            "stop": 1239069071
        },
        {
            "start": 1239069668,
            "stop": 1239070211
        },
        {
            "start": 1239070216,
            "stop": 1239070803
        },
        {
            "start": 1239070806,
            "stop": 1239077724
        },
        {
            "start": 1239077727,
            "stop": 1239079287
        },
        {
            "start": 1239079290,
            "stop": 1239079396
        },
        {
            "start": 1239079401,
            "stop": 1239080527
        },
        {
            "start": 1239080531,
            "stop": 1239081021
        },
        {
            "start": 1239081026,
            "stop": 1239081356
        },
        {
            "start": 1239081360,
            "stop": 1239085290
        },
        {
            "start": 1239085293,
            "stop": 1239087274
        },
        {
            "start": 1239087279,
            "stop": 1239089241
        },
        {
            "start": 1239089245,
            "stop": 1239091746
        },
        {
            "start": 1239091750,
            "stop": 1239094095
        },
        {
            "start": 1239094099,
            "stop": 1239094624
        },
        {
            "start": 1239094629,
            "stop": 1239101135
        },
        {
            "start": 1239101140,
            "stop": 1239102233
        },
        {
            "start": 1239102236,
            "stop": 1239102547
        }
    ]
}