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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4233",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4231",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4232,
    "results": [
        {
            "start": 874521433,
            "stop": 874521453
        },
        {
            "start": 874521495,
            "stop": 874521511
        },
        {
            "start": 874521549,
            "stop": 874521555
        },
        {
            "start": 874521574,
            "stop": 874521579
        },
        {
            "start": 874521598,
            "stop": 874521600
        },
        {
            "start": 874521725,
            "stop": 874521731
        },
        {
            "start": 874521770,
            "stop": 874521782
        },
        {
            "start": 874521823,
            "stop": 874521865
        },
        {
            "start": 874521887,
            "stop": 874521893
        },
        {
            "start": 874521912,
            "stop": 874521923
        },
        {
            "start": 874522651,
            "stop": 874522663
        },
        {
            "start": 874522952,
            "stop": 874522980
        },
        {
            "start": 874523040,
            "stop": 874523041
        },
        {
            "start": 874523076,
            "stop": 874523100
        },
        {
            "start": 874523430,
            "stop": 874523433
        },
        {
            "start": 874523887,
            "stop": 874523912
        },
        {
            "start": 874535621,
            "stop": 874535700
        },
        {
            "start": 874535820,
            "stop": 874535880
        },
        {
            "start": 874536000,
            "stop": 874536043
        },
        {
            "start": 874538124,
            "stop": 874538176
        }
    ]
}