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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=195",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=193",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 194,
    "results": [
        {
            "start": 1176767520,
            "stop": 1176767522
        },
        {
            "start": 1176767529,
            "stop": 1176767530
        },
        {
            "start": 1176767545,
            "stop": 1176767547
        },
        {
            "start": 1176767552,
            "stop": 1176767554
        },
        {
            "start": 1176767560,
            "stop": 1176767563
        },
        {
            "start": 1176767571,
            "stop": 1176767580
        },
        {
            "start": 1176767585,
            "stop": 1176767596
        },
        {
            "start": 1176767601,
            "stop": 1176767612
        },
        {
            "start": 1176767617,
            "stop": 1176768603
        },
        {
            "start": 1176768607,
            "stop": 1176769830
        },
        {
            "start": 1176769834,
            "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
        }
    ]
}