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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=149",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=147",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 148,
    "results": [
        {
            "start": 1381482155,
            "stop": 1381484237
        },
        {
            "start": 1381484242,
            "stop": 1381485625
        },
        {
            "start": 1381485630,
            "stop": 1381488736
        },
        {
            "start": 1381488741,
            "stop": 1381491761
        },
        {
            "start": 1381502650,
            "stop": 1381509898
        },
        {
            "start": 1381509903,
            "stop": 1381510707
        },
        {
            "start": 1381510716,
            "stop": 1381510932
        },
        {
            "start": 1381510937,
            "stop": 1381519101
        },
        {
            "start": 1381519106,
            "stop": 1381524007
        },
        {
            "start": 1381524041,
            "stop": 1381526981
        },
        {
            "start": 1381526986,
            "stop": 1381531322
        },
        {
            "start": 1381531358,
            "stop": 1381533878
        },
        {
            "start": 1381533883,
            "stop": 1381534084
        },
        {
            "start": 1381534089,
            "stop": 1381541670
        },
        {
            "start": 1381541675,
            "stop": 1381555044
        },
        {
            "start": 1381555049,
            "stop": 1381568353
        },
        {
            "start": 1381568358,
            "stop": 1381569771
        },
        {
            "start": 1381569776,
            "stop": 1381573099
        },
        {
            "start": 1381573104,
            "stop": 1381574985
        },
        {
            "start": 1381574989,
            "stop": 1381580590
        }
    ]
}