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=6009
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=6010",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6008",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6009,
    "results": [
        {
            "start": 873489858,
            "stop": 873489878
        },
        {
            "start": 873489879,
            "stop": 873491141
        },
        {
            "start": 873491144,
            "stop": 873491146
        },
        {
            "start": 873491149,
            "stop": 873493560
        },
        {
            "start": 873493620,
            "stop": 873493728
        },
        {
            "start": 873493731,
            "stop": 873494934
        },
        {
            "start": 873494935,
            "stop": 873496671
        },
        {
            "start": 873497752,
            "stop": 873497758
        },
        {
            "start": 873497759,
            "stop": 873497810
        },
        {
            "start": 873497811,
            "stop": 873498505
        },
        {
            "start": 873498507,
            "stop": 873500778
        },
        {
            "start": 873500779,
            "stop": 873501383
        },
        {
            "start": 873501385,
            "stop": 873501466
        },
        {
            "start": 873501468,
            "stop": 873501780
        },
        {
            "start": 873503015,
            "stop": 873504088
        },
        {
            "start": 873504089,
            "stop": 873506598
        },
        {
            "start": 873506599,
            "stop": 873506741
        },
        {
            "start": 873506744,
            "stop": 873507537
        },
        {
            "start": 873507538,
            "stop": 873508225
        },
        {
            "start": 873508227,
            "stop": 873509556
        }
    ]
}