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=15856
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=15857",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15855",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15856,
    "results": [
        {
            "start": 971237165,
            "stop": 971237202
        },
        {
            "start": 971237203,
            "stop": 971237207
        },
        {
            "start": 971237208,
            "stop": 971237215
        },
        {
            "start": 971237216,
            "stop": 971237222
        },
        {
            "start": 971237223,
            "stop": 971237288
        },
        {
            "start": 971237306,
            "stop": 971237310
        },
        {
            "start": 971237311,
            "stop": 971237362
        },
        {
            "start": 971237364,
            "stop": 971237374
        },
        {
            "start": 971237376,
            "stop": 971237400
        },
        {
            "start": 971237401,
            "stop": 971237407
        },
        {
            "start": 971237408,
            "stop": 971237410
        },
        {
            "start": 971237412,
            "stop": 971237421
        },
        {
            "start": 971237424,
            "stop": 971237437
        },
        {
            "start": 971237438,
            "stop": 971237458
        },
        {
            "start": 971237460,
            "stop": 971237482
        },
        {
            "start": 971237483,
            "stop": 971237490
        },
        {
            "start": 971237491,
            "stop": 971237492
        },
        {
            "start": 971237494,
            "stop": 971237505
        },
        {
            "start": 971237506,
            "stop": 971237515
        },
        {
            "start": 971237516,
            "stop": 971237519
        }
    ]
}