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=6051
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=6052",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6050",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6051,
    "results": [
        {
            "start": 873747290,
            "stop": 873747398
        },
        {
            "start": 873747401,
            "stop": 873747454
        },
        {
            "start": 873747457,
            "stop": 873747472
        },
        {
            "start": 873747476,
            "stop": 873747511
        },
        {
            "start": 873747514,
            "stop": 873748444
        },
        {
            "start": 873748447,
            "stop": 873748527
        },
        {
            "start": 873748530,
            "stop": 873748622
        },
        {
            "start": 873748625,
            "stop": 873749191
        },
        {
            "start": 873749194,
            "stop": 873749205
        },
        {
            "start": 873749208,
            "stop": 873749210
        },
        {
            "start": 873749213,
            "stop": 873749432
        },
        {
            "start": 873749433,
            "stop": 873749697
        },
        {
            "start": 873749700,
            "stop": 873749720
        },
        {
            "start": 873749723,
            "stop": 873749731
        },
        {
            "start": 873749735,
            "stop": 873749736
        },
        {
            "start": 873749739,
            "stop": 873749755
        },
        {
            "start": 873749758,
            "stop": 873749790
        },
        {
            "start": 873749792,
            "stop": 873749893
        },
        {
            "start": 873749896,
            "stop": 873750249
        },
        {
            "start": 873750252,
            "stop": 873750341
        }
    ]
}