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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1033",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1031",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1032,
    "results": [
        {
            "start": 1252571558,
            "stop": 1252572723
        },
        {
            "start": 1252572726,
            "stop": 1252573872
        },
        {
            "start": 1252573875,
            "stop": 1252574618
        },
        {
            "start": 1252574623,
            "stop": 1252574813
        },
        {
            "start": 1252574817,
            "stop": 1252574822
        },
        {
            "start": 1252574827,
            "stop": 1252576048
        },
        {
            "start": 1252576056,
            "stop": 1252582925
        },
        {
            "start": 1252582929,
            "stop": 1252582992
        },
        {
            "start": 1252582997,
            "stop": 1252583406
        },
        {
            "start": 1252583410,
            "stop": 1252586304
        },
        {
            "start": 1252586308,
            "stop": 1252586574
        },
        {
            "start": 1252586577,
            "stop": 1252588222
        },
        {
            "start": 1252588230,
            "stop": 1252592181
        },
        {
            "start": 1252592184,
            "stop": 1252592290
        },
        {
            "start": 1252592292,
            "stop": 1252595751
        },
        {
            "start": 1252595755,
            "stop": 1252597359
        },
        {
            "start": 1252597361,
            "stop": 1252597929
        },
        {
            "start": 1252597932,
            "stop": 1252599439
        },
        {
            "start": 1252599443,
            "stop": 1252602743
        },
        {
            "start": 1252602747,
            "stop": 1252603639
        }
    ]
}