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=9837
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=9838",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9836",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9837,
    "results": [
        {
            "start": 873982019,
            "stop": 873982096
        },
        {
            "start": 873982113,
            "stop": 873982147
        },
        {
            "start": 873982164,
            "stop": 873982170
        },
        {
            "start": 873982187,
            "stop": 873982533
        },
        {
            "start": 873982560,
            "stop": 873982601
        },
        {
            "start": 873982618,
            "stop": 873983349
        },
        {
            "start": 873983366,
            "stop": 873983390
        },
        {
            "start": 873983407,
            "stop": 873983467
        },
        {
            "start": 873983590,
            "stop": 873983911
        },
        {
            "start": 873983928,
            "stop": 873984765
        },
        {
            "start": 873984783,
            "stop": 873986111
        },
        {
            "start": 873986231,
            "stop": 873986699
        },
        {
            "start": 873986716,
            "stop": 873986940
        },
        {
            "start": 873987000,
            "stop": 873988030
        },
        {
            "start": 873988047,
            "stop": 873988066
        },
        {
            "start": 873988083,
            "stop": 873988382
        },
        {
            "start": 873988502,
            "stop": 873988761
        },
        {
            "start": 873988778,
            "stop": 873988870
        },
        {
            "start": 873988906,
            "stop": 873989271
        },
        {
            "start": 873989288,
            "stop": 873989495
        }
    ]
}