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_CBCHIGH_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_CBCHIGH_CAT4/segments?format=api&page=200",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=198",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 199,
    "results": [
        {
            "start": 931445182,
            "stop": 931445186
        },
        {
            "start": 931445191,
            "stop": 931445192
        },
        {
            "start": 931445194,
            "stop": 931445223
        },
        {
            "start": 931445225,
            "stop": 931445247
        },
        {
            "start": 931445249,
            "stop": 931445250
        },
        {
            "start": 931445252,
            "stop": 931445257
        },
        {
            "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
        }
    ]
}