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=151
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=152",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=150",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 151,
    "results": [
        {
            "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
        },
        {
            "start": 1176732924,
            "stop": 1176732928
        },
        {
            "start": 1176732939,
            "stop": 1176732940
        },
        {
            "start": 1176732941,
            "stop": 1176732948
        },
        {
            "start": 1176732950,
            "stop": 1176732956
        },
        {
            "start": 1176732960,
            "stop": 1176733066
        }
    ]
}