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=442
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=443",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=441",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 442,
    "results": [
        {
            "start": 858366287,
            "stop": 858366714
        },
        {
            "start": 858366842,
            "stop": 858375651
        },
        {
            "start": 858376874,
            "stop": 858402374
        },
        {
            "start": 858402377,
            "stop": 858407767
        },
        {
            "start": 858408621,
            "stop": 858432218
        },
        {
            "start": 858432220,
            "stop": 858432803
        },
        {
            "start": 858447566,
            "stop": 858457805
        },
        {
            "start": 858459340,
            "stop": 858459811
        },
        {
            "start": 858460711,
            "stop": 858463878
        },
        {
            "start": 858464312,
            "stop": 858464383
        },
        {
            "start": 858465293,
            "stop": 858486942
        },
        {
            "start": 858487850,
            "stop": 858498283
        },
        {
            "start": 858499334,
            "stop": 858499411
        },
        {
            "start": 858499747,
            "stop": 858506537
        },
        {
            "start": 858506783,
            "stop": 858514674
        },
        {
            "start": 858514872,
            "stop": 858518743
        },
        {
            "start": 858519945,
            "stop": 858525668
        },
        {
            "start": 858527589,
            "stop": 858543459
        },
        {
            "start": 858543460,
            "stop": 858543489
        },
        {
            "start": 858545038,
            "stop": 858555513
        }
    ]
}