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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6996",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6994",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6995,
    "results": [
        {
            "start": 873845347,
            "stop": 873845445
        },
        {
            "start": 873845448,
            "stop": 873845654
        },
        {
            "start": 873845658,
            "stop": 873845752
        },
        {
            "start": 873845758,
            "stop": 873845763
        },
        {
            "start": 873845767,
            "stop": 873845771
        },
        {
            "start": 873845774,
            "stop": 873845777
        },
        {
            "start": 873845782,
            "stop": 873845795
        },
        {
            "start": 873845798,
            "stop": 873845806
        },
        {
            "start": 873845809,
            "stop": 873845856
        },
        {
            "start": 873845861,
            "stop": 873846168
        },
        {
            "start": 873846172,
            "stop": 873846402
        },
        {
            "start": 873846574,
            "stop": 873846730
        },
        {
            "start": 873846733,
            "stop": 873847040
        },
        {
            "start": 873847324,
            "stop": 873847789
        },
        {
            "start": 873847793,
            "stop": 873848119
        },
        {
            "start": 873848122,
            "stop": 873848224
        },
        {
            "start": 873848227,
            "stop": 873848238
        },
        {
            "start": 873848242,
            "stop": 873848714
        },
        {
            "start": 873848715,
            "stop": 873849095
        },
        {
            "start": 873849099,
            "stop": 873849514
        }
    ]
}