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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=275",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=273",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 274,
    "results": [
        {
            "start": 821640872,
            "stop": 821641272
        },
        {
            "start": 821641275,
            "stop": 821641373
        },
        {
            "start": 821641376,
            "stop": 821641422
        },
        {
            "start": 821642231,
            "stop": 821642509
        },
        {
            "start": 821642512,
            "stop": 821642613
        },
        {
            "start": 821642616,
            "stop": 821642619
        },
        {
            "start": 821642623,
            "stop": 821642626
        },
        {
            "start": 821642630,
            "stop": 821642732
        },
        {
            "start": 821642735,
            "stop": 821643001
        },
        {
            "start": 821643005,
            "stop": 821643242
        },
        {
            "start": 821643245,
            "stop": 821643615
        },
        {
            "start": 821643619,
            "stop": 821644224
        },
        {
            "start": 821644227,
            "stop": 821644384
        },
        {
            "start": 821644388,
            "stop": 821644680
        },
        {
            "start": 821644683,
            "stop": 821644938
        },
        {
            "start": 821644941,
            "stop": 821644967
        },
        {
            "start": 821644971,
            "stop": 821645236
        },
        {
            "start": 821645240,
            "stop": 821645279
        },
        {
            "start": 821645282,
            "stop": 821645285
        },
        {
            "start": 821645289,
            "stop": 821645313
        }
    ]
}