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/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3806
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3807",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3805",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3806,
    "results": [
        {
            "start": 873281219,
            "stop": 873282007
        },
        {
            "start": 873282010,
            "stop": 873282668
        },
        {
            "start": 873282671,
            "stop": 873283320
        },
        {
            "start": 873283440,
            "stop": 873283773
        },
        {
            "start": 873283776,
            "stop": 873284058
        },
        {
            "start": 873284061,
            "stop": 873284312
        },
        {
            "start": 873284315,
            "stop": 873284527
        },
        {
            "start": 873284531,
            "stop": 873284572
        },
        {
            "start": 873284575,
            "stop": 873284707
        },
        {
            "start": 873284710,
            "stop": 873284974
        },
        {
            "start": 873284977,
            "stop": 873287411
        },
        {
            "start": 873287415,
            "stop": 873287600
        },
        {
            "start": 873287607,
            "stop": 873287636
        },
        {
            "start": 873287639,
            "stop": 873287648
        },
        {
            "start": 873287651,
            "stop": 873287680
        },
        {
            "start": 873287683,
            "stop": 873287719
        },
        {
            "start": 873287723,
            "stop": 873288595
        },
        {
            "start": 873288597,
            "stop": 873288714
        },
        {
            "start": 873288717,
            "stop": 873290931
        },
        {
            "start": 873290937,
            "stop": 873291017
        }
    ]
}