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=4654
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=4655",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4653",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4654,
    "results": [
        {
            "start": 874281101,
            "stop": 874281123
        },
        {
            "start": 874281152,
            "stop": 874281196
        },
        {
            "start": 874281215,
            "stop": 874281328
        },
        {
            "start": 874281482,
            "stop": 874281510
        },
        {
            "start": 874281734,
            "stop": 874281748
        },
        {
            "start": 874281771,
            "stop": 874281780
        },
        {
            "start": 874281840,
            "stop": 874281960
        },
        {
            "start": 874282034,
            "stop": 874282088
        },
        {
            "start": 874282113,
            "stop": 874282140
        },
        {
            "start": 874282200,
            "stop": 874282225
        },
        {
            "start": 874282252,
            "stop": 874282283
        },
        {
            "start": 874282314,
            "stop": 874282323
        },
        {
            "start": 874282401,
            "stop": 874282402
        },
        {
            "start": 874282562,
            "stop": 874282584
        },
        {
            "start": 874282623,
            "stop": 874282660
        },
        {
            "start": 874282945,
            "stop": 874282998
        },
        {
            "start": 874283022,
            "stop": 874283026
        },
        {
            "start": 874283045,
            "stop": 874283081
        },
        {
            "start": 874283160,
            "stop": 874283189
        },
        {
            "start": 874283215,
            "stop": 874283520
        }
    ]
}