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=57
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=58",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=56",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 57,
    "results": [
        {
            "start": 817714181,
            "stop": 817714193
        },
        {
            "start": 817714196,
            "stop": 817714245
        },
        {
            "start": 817714248,
            "stop": 817714947
        },
        {
            "start": 817714950,
            "stop": 817714951
        },
        {
            "start": 817714954,
            "stop": 817715857
        },
        {
            "start": 817715864,
            "stop": 817715876
        },
        {
            "start": 817715879,
            "stop": 817718545
        },
        {
            "start": 817718550,
            "stop": 817718678
        },
        {
            "start": 817718684,
            "stop": 817718899
        },
        {
            "start": 817718902,
            "stop": 817719000
        },
        {
            "start": 817719003,
            "stop": 817719017
        },
        {
            "start": 817719022,
            "stop": 817719025
        },
        {
            "start": 817719028,
            "stop": 817719036
        },
        {
            "start": 817719039,
            "stop": 817719042
        },
        {
            "start": 817719045,
            "stop": 817719049
        },
        {
            "start": 817719061,
            "stop": 817719062
        },
        {
            "start": 817720684,
            "stop": 817720849
        },
        {
            "start": 817720852,
            "stop": 817721020
        },
        {
            "start": 817721023,
            "stop": 817721039
        },
        {
            "start": 817721042,
            "stop": 817721050
        }
    ]
}