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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=33",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=31",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 32,
    "results": [
        {
            "start": 819966008,
            "stop": 819966010
        },
        {
            "start": 819966143,
            "stop": 819968506
        },
        {
            "start": 819977247,
            "stop": 819977522
        },
        {
            "start": 819979099,
            "stop": 819979267
        },
        {
            "start": 819982169,
            "stop": 819983893
        },
        {
            "start": 819985429,
            "stop": 820001713
        },
        {
            "start": 820001763,
            "stop": 820001764
        },
        {
            "start": 820002434,
            "stop": 820002913
        },
        {
            "start": 820026973,
            "stop": 820049713
        },
        {
            "start": 820051021,
            "stop": 820051513
        },
        {
            "start": 820051547,
            "stop": 820051548
        },
        {
            "start": 820052715,
            "stop": 820052946
        },
        {
            "start": 820054389,
            "stop": 820054688
        },
        {
            "start": 820060252,
            "stop": 820060499
        },
        {
            "start": 820062025,
            "stop": 820062973
        },
        {
            "start": 820064390,
            "stop": 820087074
        },
        {
            "start": 820089692,
            "stop": 820097593
        },
        {
            "start": 820097606,
            "stop": 820097607
        },
        {
            "start": 820097741,
            "stop": 820100949
        },
        {
            "start": 820102769,
            "stop": 820103337
        }
    ]
}