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=3630
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=3631",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3629",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3630,
    "results": [
        {
            "start": 872299688,
            "stop": 872299790
        },
        {
            "start": 872300090,
            "stop": 872300881
        },
        {
            "start": 872300898,
            "stop": 872302680
        },
        {
            "start": 872302740,
            "stop": 872303369
        },
        {
            "start": 872303386,
            "stop": 872304582
        },
        {
            "start": 872304599,
            "stop": 872304610
        },
        {
            "start": 872304910,
            "stop": 872306230
        },
        {
            "start": 872306247,
            "stop": 872306580
        },
        {
            "start": 872306700,
            "stop": 872307672
        },
        {
            "start": 872307689,
            "stop": 872308336
        },
        {
            "start": 872308376,
            "stop": 872308753
        },
        {
            "start": 872308770,
            "stop": 872308830
        },
        {
            "start": 872308920,
            "stop": 872308996
        },
        {
            "start": 872309013,
            "stop": 872309600
        },
        {
            "start": 872309617,
            "stop": 872310651
        },
        {
            "start": 872310668,
            "stop": 872313060
        },
        {
            "start": 872313120,
            "stop": 872314067
        },
        {
            "start": 872314084,
            "stop": 872314105
        },
        {
            "start": 872314122,
            "stop": 872315142
        },
        {
            "start": 872315465,
            "stop": 872317440
        }
    ]
}