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=15688
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=15689",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15687",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15688,
    "results": [
        {
            "start": 971161383,
            "stop": 971161384
        },
        {
            "start": 971161386,
            "stop": 971161387
        },
        {
            "start": 971161393,
            "stop": 971161394
        },
        {
            "start": 971161396,
            "stop": 971161397
        },
        {
            "start": 971161399,
            "stop": 971161401
        },
        {
            "start": 971161403,
            "stop": 971161404
        },
        {
            "start": 971161405,
            "stop": 971161407
        },
        {
            "start": 971161408,
            "stop": 971161411
        },
        {
            "start": 971161412,
            "stop": 971161414
        },
        {
            "start": 971161415,
            "stop": 971161416
        },
        {
            "start": 971161417,
            "stop": 971161420
        },
        {
            "start": 971161422,
            "stop": 971161424
        },
        {
            "start": 971161428,
            "stop": 971161429
        },
        {
            "start": 971161430,
            "stop": 971161431
        },
        {
            "start": 971161432,
            "stop": 971161435
        },
        {
            "start": 971161436,
            "stop": 971161440
        },
        {
            "start": 971161441,
            "stop": 971161442
        },
        {
            "start": 971161448,
            "stop": 971161457
        },
        {
            "start": 971161458,
            "stop": 971161459
        },
        {
            "start": 971161460,
            "stop": 971161463
        }
    ]
}