Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=188
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=189",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=187",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 188,
    "results": [
        {
            "start": 837362673,
            "stop": 837369521
        },
        {
            "start": 837371096,
            "stop": 837372253
        },
        {
            "start": 837372255,
            "stop": 837372256
        },
        {
            "start": 837373333,
            "stop": 837442128
        },
        {
            "start": 837443060,
            "stop": 837443987
        },
        {
            "start": 837446446,
            "stop": 837446593
        },
        {
            "start": 837447901,
            "stop": 837454333
        },
        {
            "start": 837455206,
            "stop": 837474664
        },
        {
            "start": 837476135,
            "stop": 837479653
        },
        {
            "start": 837480686,
            "stop": 837483265
        },
        {
            "start": 837483352,
            "stop": 837505873
        },
        {
            "start": 837507032,
            "stop": 837509533
        },
        {
            "start": 837510653,
            "stop": 837510846
        },
        {
            "start": 837511796,
            "stop": 837511809
        },
        {
            "start": 837513981,
            "stop": 837515513
        },
        {
            "start": 837516333,
            "stop": 837516913
        },
        {
            "start": 837517796,
            "stop": 837523986
        },
        {
            "start": 837524883,
            "stop": 837524967
        },
        {
            "start": 837525262,
            "stop": 837541647
        },
        {
            "start": 837541856,
            "stop": 837552135
        }
    ]
}