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=15791
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=15792",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15790",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15791,
    "results": [
        {
            "start": 971172306,
            "stop": 971172307
        },
        {
            "start": 971172309,
            "stop": 971172310
        },
        {
            "start": 971172314,
            "stop": 971172315
        },
        {
            "start": 971172316,
            "stop": 971172321
        },
        {
            "start": 971172322,
            "stop": 971172327
        },
        {
            "start": 971172328,
            "stop": 971172329
        },
        {
            "start": 971172334,
            "stop": 971172338
        },
        {
            "start": 971172341,
            "stop": 971172342
        },
        {
            "start": 971172343,
            "stop": 971172345
        },
        {
            "start": 971172346,
            "stop": 971172349
        },
        {
            "start": 971172351,
            "stop": 971172355
        },
        {
            "start": 971172356,
            "stop": 971172357
        },
        {
            "start": 971172359,
            "stop": 971172362
        },
        {
            "start": 971172363,
            "stop": 971172364
        },
        {
            "start": 971172365,
            "stop": 971172367
        },
        {
            "start": 971172369,
            "stop": 971172371
        },
        {
            "start": 971172372,
            "stop": 971172374
        },
        {
            "start": 971172377,
            "stop": 971172380
        },
        {
            "start": 971172381,
            "stop": 971172382
        },
        {
            "start": 971172385,
            "stop": 971172387
        }
    ]
}