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=452
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=453",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=451",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 452,
    "results": [
        {
            "start": 859899439,
            "stop": 859903081
        },
        {
            "start": 859904164,
            "stop": 859905274
        },
        {
            "start": 859909728,
            "stop": 859910750
        },
        {
            "start": 859910912,
            "stop": 859914093
        },
        {
            "start": 859915652,
            "stop": 859917379
        },
        {
            "start": 859917381,
            "stop": 859922274
        },
        {
            "start": 859923731,
            "stop": 859924082
        },
        {
            "start": 859924084,
            "stop": 859924085
        },
        {
            "start": 859926353,
            "stop": 859926819
        },
        {
            "start": 859927139,
            "stop": 859933874
        },
        {
            "start": 859934019,
            "stop": 859960810
        },
        {
            "start": 859960812,
            "stop": 859966022
        },
        {
            "start": 859971555,
            "stop": 859979753
        },
        {
            "start": 859983687,
            "stop": 859991206
        },
        {
            "start": 859992540,
            "stop": 859995757
        },
        {
            "start": 859995758,
            "stop": 859998243
        },
        {
            "start": 859998324,
            "stop": 859998710
        },
        {
            "start": 859998712,
            "stop": 860006622
        },
        {
            "start": 860006700,
            "stop": 860046717
        },
        {
            "start": 860047884,
            "stop": 860049136
        }
    ]
}