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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=108",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=106",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 107,
    "results": [
        {
            "start": 1409295967,
            "stop": 1409314115
        },
        {
            "start": 1409314118,
            "stop": 1409354873
        },
        {
            "start": 1409354877,
            "stop": 1409354881
        },
        {
            "start": 1409354884,
            "stop": 1409357575
        },
        {
            "start": 1409357580,
            "stop": 1409358120
        },
        {
            "start": 1409358124,
            "stop": 1409367428
        },
        {
            "start": 1409367431,
            "stop": 1409369092
        },
        {
            "start": 1409369095,
            "stop": 1409376757
        },
        {
            "start": 1409376762,
            "stop": 1409383181
        },
        {
            "start": 1409383185,
            "stop": 1409407221
        },
        {
            "start": 1409428878,
            "stop": 1409433560
        },
        {
            "start": 1409433565,
            "stop": 1409439570
        },
        {
            "start": 1409439571,
            "stop": 1409462335
        },
        {
            "start": 1409462340,
            "stop": 1409468440
        },
        {
            "start": 1409468444,
            "stop": 1409468656
        },
        {
            "start": 1409468659,
            "stop": 1409483860
        },
        {
            "start": 1409483864,
            "stop": 1409489958
        },
        {
            "start": 1409489961,
            "stop": 1409492249
        },
        {
            "start": 1409492254,
            "stop": 1409495127
        },
        {
            "start": 1409495131,
            "stop": 1409496687
        }
    ]
}