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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=105",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=103",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 104,
    "results": [
        {
            "start": 825142762,
            "stop": 825143364
        },
        {
            "start": 825143682,
            "stop": 825143692
        },
        {
            "start": 825147949,
            "stop": 825148193
        },
        {
            "start": 825215522,
            "stop": 825216951
        },
        {
            "start": 825217655,
            "stop": 825237901
        },
        {
            "start": 825237903,
            "stop": 825237905
        },
        {
            "start": 825237906,
            "stop": 825237952
        },
        {
            "start": 825237954,
            "stop": 825238538
        },
        {
            "start": 825238979,
            "stop": 825239652
        },
        {
            "start": 825239653,
            "stop": 825239706
        },
        {
            "start": 825240304,
            "stop": 825240648
        },
        {
            "start": 825240649,
            "stop": 825240749
        },
        {
            "start": 825240750,
            "stop": 825240762
        },
        {
            "start": 825240764,
            "stop": 825240946
        },
        {
            "start": 825240948,
            "stop": 825240990
        },
        {
            "start": 825240993,
            "stop": 825241088
        },
        {
            "start": 825241090,
            "stop": 825241092
        },
        {
            "start": 825241094,
            "stop": 825247838
        },
        {
            "start": 825248102,
            "stop": 825250615
        },
        {
            "start": 825254596,
            "stop": 825254597
        }
    ]
}