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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8661",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8659",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8660,
    "results": [
        {
            "start": 871708093,
            "stop": 871708155
        },
        {
            "start": 871708172,
            "stop": 871708483
        },
        {
            "start": 871708500,
            "stop": 871708555
        },
        {
            "start": 871708572,
            "stop": 871708764
        },
        {
            "start": 871708781,
            "stop": 871708975
        },
        {
            "start": 871708992,
            "stop": 871710307
        },
        {
            "start": 871710323,
            "stop": 871711629
        },
        {
            "start": 871711646,
            "stop": 871711971
        },
        {
            "start": 871711988,
            "stop": 871712087
        },
        {
            "start": 871712104,
            "stop": 871712240
        },
        {
            "start": 871712257,
            "stop": 871712270
        },
        {
            "start": 871712299,
            "stop": 871712999
        },
        {
            "start": 871713119,
            "stop": 871713120
        },
        {
            "start": 871713137,
            "stop": 871713280
        },
        {
            "start": 871713317,
            "stop": 871713434
        },
        {
            "start": 871713451,
            "stop": 871713927
        },
        {
            "start": 871713948,
            "stop": 871714268
        },
        {
            "start": 871714285,
            "stop": 871714293
        },
        {
            "start": 871714310,
            "stop": 871714376
        },
        {
            "start": 871714393,
            "stop": 871714400
        }
    ]
}