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=182
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=183",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=181",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 182,
    "results": [
        {
            "start": 1384421467,
            "stop": 1384432232
        },
        {
            "start": 1384432236,
            "stop": 1384438455
        },
        {
            "start": 1384462885,
            "stop": 1384465897
        },
        {
            "start": 1384472334,
            "stop": 1384474542
        },
        {
            "start": 1384474554,
            "stop": 1384475557
        },
        {
            "start": 1384475562,
            "stop": 1384476222
        },
        {
            "start": 1384476227,
            "stop": 1384493801
        },
        {
            "start": 1384493805,
            "stop": 1384494483
        },
        {
            "start": 1384494488,
            "stop": 1384495176
        },
        {
            "start": 1384502733,
            "stop": 1384507437
        },
        {
            "start": 1384507442,
            "stop": 1384507611
        },
        {
            "start": 1384507614,
            "stop": 1384515450
        },
        {
            "start": 1384515453,
            "stop": 1384522638
        },
        {
            "start": 1384522643,
            "stop": 1384523753
        },
        {
            "start": 1384523758,
            "stop": 1384524823
        },
        {
            "start": 1384531344,
            "stop": 1384533499
        },
        {
            "start": 1384533504,
            "stop": 1384533505
        },
        {
            "start": 1384533510,
            "stop": 1384533547
        },
        {
            "start": 1384533552,
            "stop": 1384533553
        },
        {
            "start": 1384533558,
            "stop": 1384534503
        }
    ]
}