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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=200",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=198",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 199,
    "results": [
        {
            "start": 931445259,
            "stop": 931445269
        },
        {
            "start": 931445271,
            "stop": 931445274
        },
        {
            "start": 931445276,
            "stop": 931445287
        },
        {
            "start": 931445289,
            "stop": 931445293
        },
        {
            "start": 931445295,
            "stop": 931445300
        },
        {
            "start": 931445304,
            "stop": 931445319
        },
        {
            "start": 931445322,
            "stop": 931445323
        },
        {
            "start": 931445325,
            "stop": 931445328
        },
        {
            "start": 931445333,
            "stop": 931445351
        },
        {
            "start": 931445355,
            "stop": 931445362
        },
        {
            "start": 931445364,
            "stop": 931445391
        },
        {
            "start": 931445393,
            "stop": 931445394
        },
        {
            "start": 931445397,
            "stop": 931445427
        },
        {
            "start": 931445429,
            "stop": 931445432
        },
        {
            "start": 931445434,
            "stop": 931445447
        },
        {
            "start": 931445449,
            "stop": 931445450
        },
        {
            "start": 931445452,
            "stop": 931445482
        },
        {
            "start": 931445484,
            "stop": 931445497
        },
        {
            "start": 931445499,
            "stop": 931445554
        },
        {
            "start": 931445557,
            "stop": 931445570
        }
    ]
}