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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=87",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=85",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 86,
    "results": [
        {
            "start": 819677324,
            "stop": 819678164
        },
        {
            "start": 819678168,
            "stop": 819678703
        },
        {
            "start": 819678884,
            "stop": 819686095
        },
        {
            "start": 819686098,
            "stop": 819687419
        },
        {
            "start": 819687464,
            "stop": 819697528
        },
        {
            "start": 819698739,
            "stop": 819704046
        },
        {
            "start": 819704049,
            "stop": 819707323
        },
        {
            "start": 819707504,
            "stop": 819712403
        },
        {
            "start": 819712406,
            "stop": 819712998
        },
        {
            "start": 819713001,
            "stop": 819713402
        },
        {
            "start": 819713405,
            "stop": 819713926
        },
        {
            "start": 819713929,
            "stop": 819714019
        },
        {
            "start": 819714022,
            "stop": 819716160
        },
        {
            "start": 819716220,
            "stop": 819718062
        },
        {
            "start": 819718065,
            "stop": 819718238
        },
        {
            "start": 819718241,
            "stop": 819719925
        },
        {
            "start": 819719928,
            "stop": 819719968
        },
        {
            "start": 819719971,
            "stop": 819721406
        },
        {
            "start": 819721409,
            "stop": 819723041
        },
        {
            "start": 819723045,
            "stop": 819723102
        }
    ]
}