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=128
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=129",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=127",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 128,
    "results": [
        {
            "start": 1239042069,
            "stop": 1239042081
        },
        {
            "start": 1239042085,
            "stop": 1239042137
        },
        {
            "start": 1239042138,
            "stop": 1239042154
        },
        {
            "start": 1239042158,
            "stop": 1239042200
        },
        {
            "start": 1239042202,
            "stop": 1239042203
        },
        {
            "start": 1239042205,
            "stop": 1239042212
        },
        {
            "start": 1239042214,
            "stop": 1239042221
        },
        {
            "start": 1239042223,
            "stop": 1239042333
        },
        {
            "start": 1239042335,
            "stop": 1239042416
        },
        {
            "start": 1239042418,
            "stop": 1239042420
        },
        {
            "start": 1239042423,
            "stop": 1239042481
        },
        {
            "start": 1239042482,
            "stop": 1239044403
        },
        {
            "start": 1239060171,
            "stop": 1239061650
        },
        {
            "start": 1239061654,
            "stop": 1239062422
        },
        {
            "start": 1239062427,
            "stop": 1239063097
        },
        {
            "start": 1239063100,
            "stop": 1239064490
        },
        {
            "start": 1239064494,
            "stop": 1239065533
        },
        {
            "start": 1239065538,
            "stop": 1239065773
        },
        {
            "start": 1239065776,
            "stop": 1239066370
        },
        {
            "start": 1239066373,
            "stop": 1239067028
        }
    ]
}