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=15962
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=15963",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15961",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15962,
    "results": [
        {
            "start": 971414419,
            "stop": 971414420
        },
        {
            "start": 971414421,
            "stop": 971414436
        },
        {
            "start": 971414438,
            "stop": 971414451
        },
        {
            "start": 971414452,
            "stop": 971414464
        },
        {
            "start": 971414466,
            "stop": 971414470
        },
        {
            "start": 971414473,
            "stop": 971414485
        },
        {
            "start": 971414488,
            "stop": 971414490
        },
        {
            "start": 971414491,
            "stop": 971414498
        },
        {
            "start": 971414499,
            "stop": 971414506
        },
        {
            "start": 971414507,
            "stop": 971414522
        },
        {
            "start": 971414524,
            "stop": 971414532
        },
        {
            "start": 971414533,
            "stop": 971414542
        },
        {
            "start": 971414543,
            "stop": 971414546
        },
        {
            "start": 971414549,
            "stop": 971414557
        },
        {
            "start": 971414561,
            "stop": 971414570
        },
        {
            "start": 971414571,
            "stop": 971414575
        },
        {
            "start": 971414576,
            "stop": 971414587
        },
        {
            "start": 971414590,
            "stop": 971414607
        },
        {
            "start": 971414609,
            "stop": 971414619
        },
        {
            "start": 971414622,
            "stop": 971414623
        }
    ]
}