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=15745
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=15746",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15744",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15745,
    "results": [
        {
            "start": 971167474,
            "stop": 971167477
        },
        {
            "start": 971167478,
            "stop": 971167479
        },
        {
            "start": 971167483,
            "stop": 971167484
        },
        {
            "start": 971167489,
            "stop": 971167491
        },
        {
            "start": 971167492,
            "stop": 971167496
        },
        {
            "start": 971167497,
            "stop": 971167500
        },
        {
            "start": 971167501,
            "stop": 971167502
        },
        {
            "start": 971167504,
            "stop": 971167508
        },
        {
            "start": 971167511,
            "stop": 971167517
        },
        {
            "start": 971167519,
            "stop": 971167524
        },
        {
            "start": 971167526,
            "stop": 971167527
        },
        {
            "start": 971167528,
            "stop": 971167530
        },
        {
            "start": 971167531,
            "stop": 971167537
        },
        {
            "start": 971167539,
            "stop": 971167543
        },
        {
            "start": 971167544,
            "stop": 971167550
        },
        {
            "start": 971167555,
            "stop": 971167556
        },
        {
            "start": 971167559,
            "stop": 971167563
        },
        {
            "start": 971167564,
            "stop": 971167566
        },
        {
            "start": 971167568,
            "stop": 971167574
        },
        {
            "start": 971167576,
            "stop": 971167577
        }
    ]
}