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=221
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=222",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=220",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 221,
    "results": [
        {
            "start": 1375975182,
            "stop": 1375976318
        },
        {
            "start": 1375976319,
            "stop": 1375976855
        },
        {
            "start": 1375976857,
            "stop": 1375978462
        },
        {
            "start": 1375978464,
            "stop": 1375979073
        },
        {
            "start": 1375979075,
            "stop": 1375981691
        },
        {
            "start": 1375981693,
            "stop": 1375981855
        },
        {
            "start": 1375981857,
            "stop": 1375983931
        },
        {
            "start": 1375983933,
            "stop": 1375984540
        },
        {
            "start": 1375984543,
            "stop": 1375985846
        },
        {
            "start": 1375985847,
            "stop": 1375986886
        },
        {
            "start": 1375986887,
            "stop": 1375987881
        },
        {
            "start": 1375987883,
            "stop": 1375988411
        },
        {
            "start": 1375988413,
            "stop": 1375989646
        },
        {
            "start": 1375989648,
            "stop": 1375991001
        },
        {
            "start": 1375991003,
            "stop": 1375992002
        },
        {
            "start": 1375992004,
            "stop": 1375992265
        },
        {
            "start": 1375992268,
            "stop": 1375992858
        },
        {
            "start": 1375992860,
            "stop": 1375994247
        },
        {
            "start": 1375994248,
            "stop": 1375994570
        },
        {
            "start": 1375994573,
            "stop": 1375995235
        }
    ]
}