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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3250",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3248",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3249,
    "results": [
        {
            "start": 872622818,
            "stop": 872622830
        },
        {
            "start": 872622835,
            "stop": 872622840
        },
        {
            "start": 872622900,
            "stop": 872623680
        },
        {
            "start": 872623740,
            "stop": 872624100
        },
        {
            "start": 872624160,
            "stop": 872625120
        },
        {
            "start": 872625180,
            "stop": 872625780
        },
        {
            "start": 872625900,
            "stop": 872625960
        },
        {
            "start": 872625976,
            "stop": 872626143
        },
        {
            "start": 872627375,
            "stop": 872627795
        },
        {
            "start": 872627800,
            "stop": 872629144
        },
        {
            "start": 872629153,
            "stop": 872629175
        },
        {
            "start": 872629178,
            "stop": 872629484
        },
        {
            "start": 872629665,
            "stop": 872629935
        },
        {
            "start": 872629940,
            "stop": 872629947
        },
        {
            "start": 872629953,
            "stop": 872629967
        },
        {
            "start": 872629975,
            "stop": 872629980
        },
        {
            "start": 872630040,
            "stop": 872630384
        },
        {
            "start": 872630565,
            "stop": 872630580
        },
        {
            "start": 872630640,
            "stop": 872630820
        },
        {
            "start": 872630880,
            "stop": 872631164
        }
    ]
}