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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9804",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9802",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9803,
    "results": [
        {
            "start": 873451941,
            "stop": 873452460
        },
        {
            "start": 873452520,
            "stop": 873455352
        },
        {
            "start": 873455369,
            "stop": 873457815
        },
        {
            "start": 873457832,
            "stop": 873458496
        },
        {
            "start": 873458514,
            "stop": 873459780
        },
        {
            "start": 873459840,
            "stop": 873461739
        },
        {
            "start": 873461761,
            "stop": 873465540
        },
        {
            "start": 873465660,
            "stop": 873466809
        },
        {
            "start": 873466929,
            "stop": 873467561
        },
        {
            "start": 873467578,
            "stop": 873468099
        },
        {
            "start": 873468219,
            "stop": 873468824
        },
        {
            "start": 873468841,
            "stop": 873468980
        },
        {
            "start": 873469100,
            "stop": 873469897
        },
        {
            "start": 873469914,
            "stop": 873470134
        },
        {
            "start": 873470151,
            "stop": 873471047
        },
        {
            "start": 873471180,
            "stop": 873471600
        },
        {
            "start": 873471660,
            "stop": 873471779
        },
        {
            "start": 873471796,
            "stop": 873472455
        },
        {
            "start": 873472575,
            "stop": 873472980
        },
        {
            "start": 873473040,
            "stop": 873473760
        }
    ]
}