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=1051
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=1052",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1050",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1051,
    "results": [
        {
            "start": 1252958394,
            "stop": 1252960158
        },
        {
            "start": 1252960166,
            "stop": 1252960621
        },
        {
            "start": 1252960625,
            "stop": 1252961430
        },
        {
            "start": 1252961432,
            "stop": 1252962113
        },
        {
            "start": 1252962116,
            "stop": 1252962689
        },
        {
            "start": 1252962694,
            "stop": 1252966829
        },
        {
            "start": 1252966833,
            "stop": 1252967691
        },
        {
            "start": 1252967695,
            "stop": 1252968078
        },
        {
            "start": 1252968083,
            "stop": 1252968297
        },
        {
            "start": 1252968305,
            "stop": 1252969611
        },
        {
            "start": 1252971995,
            "stop": 1252973783
        },
        {
            "start": 1252973787,
            "stop": 1252973852
        },
        {
            "start": 1252973854,
            "stop": 1252974166
        },
        {
            "start": 1252974170,
            "stop": 1252974393
        },
        {
            "start": 1252974396,
            "stop": 1252977039
        },
        {
            "start": 1252977042,
            "stop": 1252977666
        },
        {
            "start": 1252977669,
            "stop": 1252978223
        },
        {
            "start": 1252978227,
            "stop": 1252981333
        },
        {
            "start": 1252981337,
            "stop": 1252981949
        },
        {
            "start": 1252981952,
            "stop": 1252982639
        }
    ]
}