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=15
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=16",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=14",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 15,
    "results": [
        {
            "start": 817403103,
            "stop": 817403106
        },
        {
            "start": 817403107,
            "stop": 817403113
        },
        {
            "start": 817403296,
            "stop": 817403871
        },
        {
            "start": 817415494,
            "stop": 817416014
        },
        {
            "start": 817416818,
            "stop": 817418143
        },
        {
            "start": 817418145,
            "stop": 817419253
        },
        {
            "start": 817419719,
            "stop": 817425779
        },
        {
            "start": 817425781,
            "stop": 817425838
        },
        {
            "start": 817425840,
            "stop": 817426388
        },
        {
            "start": 817430054,
            "stop": 817434290
        },
        {
            "start": 817434545,
            "stop": 817443187
        },
        {
            "start": 817443189,
            "stop": 817443676
        },
        {
            "start": 817443678,
            "stop": 817444394
        },
        {
            "start": 817444398,
            "stop": 817445109
        },
        {
            "start": 817445111,
            "stop": 817447360
        },
        {
            "start": 817447362,
            "stop": 817447600
        },
        {
            "start": 817451182,
            "stop": 817451373
        },
        {
            "start": 817451374,
            "stop": 817462774
        },
        {
            "start": 817463345,
            "stop": 817473058
        },
        {
            "start": 817473061,
            "stop": 817473089
        }
    ]
}