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=222
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=223",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=221",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 222,
    "results": [
        {
            "start": 1375995237,
            "stop": 1375996144
        },
        {
            "start": 1375996145,
            "stop": 1375996990
        },
        {
            "start": 1375996992,
            "stop": 1375997827
        },
        {
            "start": 1375997828,
            "stop": 1375998008
        },
        {
            "start": 1375998013,
            "stop": 1375998867
        },
        {
            "start": 1375998868,
            "stop": 1375999734
        },
        {
            "start": 1375999737,
            "stop": 1376000580
        },
        {
            "start": 1376000582,
            "stop": 1376001600
        },
        {
            "start": 1376001601,
            "stop": 1376002507
        },
        {
            "start": 1376002508,
            "stop": 1376003445
        },
        {
            "start": 1376003447,
            "stop": 1376004024
        },
        {
            "start": 1376004027,
            "stop": 1376004302
        },
        {
            "start": 1376004303,
            "stop": 1376005302
        },
        {
            "start": 1376005303,
            "stop": 1376006150
        },
        {
            "start": 1376006151,
            "stop": 1376006986
        },
        {
            "start": 1376006987,
            "stop": 1376008250
        },
        {
            "start": 1376008252,
            "stop": 1376009147
        },
        {
            "start": 1376009149,
            "stop": 1376010065
        },
        {
            "start": 1376010066,
            "stop": 1376011045
        },
        {
            "start": 1376011049,
            "stop": 1376011380
        }
    ]
}