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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6051",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6049",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6050,
    "results": [
        {
            "start": 873744075,
            "stop": 873744081
        },
        {
            "start": 873744084,
            "stop": 873744476
        },
        {
            "start": 873744477,
            "stop": 873744478
        },
        {
            "start": 873744480,
            "stop": 873745170
        },
        {
            "start": 873745171,
            "stop": 873745185
        },
        {
            "start": 873745188,
            "stop": 873745311
        },
        {
            "start": 873745314,
            "stop": 873745593
        },
        {
            "start": 873745596,
            "stop": 873745597
        },
        {
            "start": 873745600,
            "stop": 873745618
        },
        {
            "start": 873745621,
            "stop": 873746007
        },
        {
            "start": 873746012,
            "stop": 873746557
        },
        {
            "start": 873746561,
            "stop": 873746711
        },
        {
            "start": 873746714,
            "stop": 873746728
        },
        {
            "start": 873746729,
            "stop": 873746815
        },
        {
            "start": 873746816,
            "stop": 873746916
        },
        {
            "start": 873746918,
            "stop": 873747163
        },
        {
            "start": 873747166,
            "stop": 873747190
        },
        {
            "start": 873747193,
            "stop": 873747216
        },
        {
            "start": 873747219,
            "stop": 873747255
        },
        {
            "start": 873747258,
            "stop": 873747287
        }
    ]
}