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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=314",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=312",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 313,
    "results": [
        {
            "start": 821032942,
            "stop": 821033069
        },
        {
            "start": 821033088,
            "stop": 821033089
        },
        {
            "start": 821033092,
            "stop": 821033591
        },
        {
            "start": 821033594,
            "stop": 821033798
        },
        {
            "start": 821033801,
            "stop": 821034494
        },
        {
            "start": 821034497,
            "stop": 821034613
        },
        {
            "start": 821034616,
            "stop": 821034755
        },
        {
            "start": 821034758,
            "stop": 821034772
        },
        {
            "start": 821034775,
            "stop": 821034873
        },
        {
            "start": 821034877,
            "stop": 821034883
        },
        {
            "start": 821034886,
            "stop": 821034892
        },
        {
            "start": 821036108,
            "stop": 821036122
        },
        {
            "start": 821036125,
            "stop": 821036164
        },
        {
            "start": 821036564,
            "stop": 821036643
        },
        {
            "start": 821036646,
            "stop": 821036889
        },
        {
            "start": 821036892,
            "stop": 821037041
        },
        {
            "start": 821037044,
            "stop": 821037147
        },
        {
            "start": 821037151,
            "stop": 821037512
        },
        {
            "start": 821037531,
            "stop": 821037702
        },
        {
            "start": 821037726,
            "stop": 821037757
        }
    ]
}