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=6093
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=6094",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6092",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6093,
    "results": [
        {
            "start": 873984260,
            "stop": 873984275
        },
        {
            "start": 873984278,
            "stop": 873984283
        },
        {
            "start": 873984288,
            "stop": 873984486
        },
        {
            "start": 873984488,
            "stop": 873984562
        },
        {
            "start": 873984563,
            "stop": 873984778
        },
        {
            "start": 873984781,
            "stop": 873984871
        },
        {
            "start": 873984872,
            "stop": 873984889
        },
        {
            "start": 873984891,
            "stop": 873985669
        },
        {
            "start": 873985672,
            "stop": 873985936
        },
        {
            "start": 873985937,
            "stop": 873986470
        },
        {
            "start": 873986471,
            "stop": 873986658
        },
        {
            "start": 873986659,
            "stop": 873986766
        },
        {
            "start": 873986768,
            "stop": 873987182
        },
        {
            "start": 873987183,
            "stop": 873987524
        },
        {
            "start": 873987528,
            "stop": 873987584
        },
        {
            "start": 873987590,
            "stop": 873987839
        },
        {
            "start": 873987842,
            "stop": 873987843
        },
        {
            "start": 873987846,
            "stop": 873987930
        },
        {
            "start": 873987931,
            "stop": 873987947
        },
        {
            "start": 873987953,
            "stop": 873987957
        }
    ]
}