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=189
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=190",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=188",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 189,
    "results": [
        {
            "start": 1176732499,
            "stop": 1176732509
        },
        {
            "start": 1176732511,
            "stop": 1176732513
        },
        {
            "start": 1176732525,
            "stop": 1176732526
        },
        {
            "start": 1176732527,
            "stop": 1176732528
        },
        {
            "start": 1176732531,
            "stop": 1176732537
        },
        {
            "start": 1176732539,
            "stop": 1176732613
        },
        {
            "start": 1176732618,
            "stop": 1176732621
        },
        {
            "start": 1176732624,
            "stop": 1176732625
        },
        {
            "start": 1176732632,
            "stop": 1176732635
        },
        {
            "start": 1176732644,
            "stop": 1176732680
        },
        {
            "start": 1176732683,
            "stop": 1176732684
        },
        {
            "start": 1176732687,
            "stop": 1176732689
        },
        {
            "start": 1176732691,
            "stop": 1176732719
        },
        {
            "start": 1176732721,
            "stop": 1176732803
        },
        {
            "start": 1176732805,
            "stop": 1176732840
        },
        {
            "start": 1176732841,
            "stop": 1176732892
        },
        {
            "start": 1176732894,
            "stop": 1176732901
        },
        {
            "start": 1176732904,
            "stop": 1176732907
        },
        {
            "start": 1176732914,
            "stop": 1176732920
        },
        {
            "start": 1176732922,
            "stop": 1176732923
        }
    ]
}