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=332
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=333",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=331",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 332,
    "results": [
        {
            "start": 1182056421,
            "stop": 1182056486
        },
        {
            "start": 1182056488,
            "stop": 1182056557
        },
        {
            "start": 1182056558,
            "stop": 1182056587
        },
        {
            "start": 1182056588,
            "stop": 1182056604
        },
        {
            "start": 1182056608,
            "stop": 1182056614
        },
        {
            "start": 1182056615,
            "stop": 1182056617
        },
        {
            "start": 1182056620,
            "stop": 1182056682
        },
        {
            "start": 1182056684,
            "stop": 1182056700
        },
        {
            "start": 1182056702,
            "stop": 1182056714
        },
        {
            "start": 1182056715,
            "stop": 1182056720
        },
        {
            "start": 1182056722,
            "stop": 1182056736
        },
        {
            "start": 1182056738,
            "stop": 1182056743
        },
        {
            "start": 1182056745,
            "stop": 1182056786
        },
        {
            "start": 1182056788,
            "stop": 1182056827
        },
        {
            "start": 1182056829,
            "stop": 1182056833
        },
        {
            "start": 1182056836,
            "stop": 1182056851
        },
        {
            "start": 1182056853,
            "stop": 1182056855
        },
        {
            "start": 1182056856,
            "stop": 1182056871
        },
        {
            "start": 1182056873,
            "stop": 1182056894
        },
        {
            "start": 1182056896,
            "stop": 1182056919
        }
    ]
}