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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=250",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=248",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 249,
    "results": [
        {
            "start": 1376656875,
            "stop": 1376658859
        },
        {
            "start": 1376658861,
            "stop": 1376659366
        },
        {
            "start": 1376659368,
            "stop": 1376660968
        },
        {
            "start": 1376660970,
            "stop": 1376661572
        },
        {
            "start": 1376661574,
            "stop": 1376662686
        },
        {
            "start": 1376662691,
            "stop": 1376663440
        },
        {
            "start": 1376663442,
            "stop": 1376664209
        },
        {
            "start": 1376664210,
            "stop": 1376664539
        },
        {
            "start": 1376664541,
            "stop": 1376665058
        },
        {
            "start": 1376665059,
            "stop": 1376665291
        },
        {
            "start": 1376665292,
            "stop": 1376666344
        },
        {
            "start": 1376666345,
            "stop": 1376666979
        },
        {
            "start": 1376666981,
            "stop": 1376667765
        },
        {
            "start": 1376668085,
            "stop": 1376669076
        },
        {
            "start": 1376669077,
            "stop": 1376669558
        },
        {
            "start": 1376669560,
            "stop": 1376669622
        },
        {
            "start": 1376669624,
            "stop": 1376670115
        },
        {
            "start": 1376670117,
            "stop": 1376670120
        },
        {
            "start": 1376670123,
            "stop": 1376670135
        },
        {
            "start": 1376670137,
            "stop": 1376670167
        }
    ]
}