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=120
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=121",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=119",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 120,
    "results": [
        {
            "start": 1238921248,
            "stop": 1238921811
        },
        {
            "start": 1238921816,
            "stop": 1238922229
        },
        {
            "start": 1238922233,
            "stop": 1238923225
        },
        {
            "start": 1238923227,
            "stop": 1238924792
        },
        {
            "start": 1238924797,
            "stop": 1238926089
        },
        {
            "start": 1238926094,
            "stop": 1238929761
        },
        {
            "start": 1238929764,
            "stop": 1238933492
        },
        {
            "start": 1238933494,
            "stop": 1238936152
        },
        {
            "start": 1238936160,
            "stop": 1238939770
        },
        {
            "start": 1238939774,
            "stop": 1238940668
        },
        {
            "start": 1238940671,
            "stop": 1238942659
        },
        {
            "start": 1238942663,
            "stop": 1238942909
        },
        {
            "start": 1238942914,
            "stop": 1238943330
        },
        {
            "start": 1238943334,
            "stop": 1238945575
        },
        {
            "start": 1238945578,
            "stop": 1238949101
        },
        {
            "start": 1238949102,
            "stop": 1238949106
        },
        {
            "start": 1238949116,
            "stop": 1238949117
        },
        {
            "start": 1238949118,
            "stop": 1238949119
        },
        {
            "start": 1238949122,
            "stop": 1238949126
        },
        {
            "start": 1238949131,
            "stop": 1238949132
        }
    ]
}