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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=157",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=155",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 156,
    "results": [
        {
            "start": 1176767585,
            "stop": 1176767596
        },
        {
            "start": 1176767601,
            "stop": 1176767612
        },
        {
            "start": 1176767617,
            "stop": 1176775049
        },
        {
            "start": 1176775050,
            "stop": 1176780139
        },
        {
            "start": 1176780140,
            "stop": 1176780691
        },
        {
            "start": 1176780692,
            "stop": 1176780710
        },
        {
            "start": 1176780714,
            "stop": 1176780762
        },
        {
            "start": 1176780770,
            "stop": 1176780771
        },
        {
            "start": 1176780775,
            "stop": 1176780779
        },
        {
            "start": 1176780780,
            "stop": 1176780837
        },
        {
            "start": 1176780840,
            "stop": 1176781019
        },
        {
            "start": 1176781021,
            "stop": 1176781131
        },
        {
            "start": 1176781135,
            "stop": 1176781188
        },
        {
            "start": 1176781192,
            "stop": 1176781195
        },
        {
            "start": 1176781197,
            "stop": 1176781212
        },
        {
            "start": 1176781213,
            "stop": 1176781271
        },
        {
            "start": 1176781273,
            "stop": 1176781290
        },
        {
            "start": 1176781292,
            "stop": 1176781332
        },
        {
            "start": 1176781333,
            "stop": 1176781341
        },
        {
            "start": 1176781342,
            "stop": 1176781388
        }
    ]
}