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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=38",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=36",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 37,
    "results": [
        {
            "start": 1370846775,
            "stop": 1370848861
        },
        {
            "start": 1370848866,
            "stop": 1370849843
        },
        {
            "start": 1370849848,
            "stop": 1370851447
        },
        {
            "start": 1370856601,
            "stop": 1370858011
        },
        {
            "start": 1370858016,
            "stop": 1370858716
        },
        {
            "start": 1370858719,
            "stop": 1370868068
        },
        {
            "start": 1370868072,
            "stop": 1370868425
        },
        {
            "start": 1370868430,
            "stop": 1370870553
        },
        {
            "start": 1370870558,
            "stop": 1370870988
        },
        {
            "start": 1370870993,
            "stop": 1370871265
        },
        {
            "start": 1370871270,
            "stop": 1370871279
        },
        {
            "start": 1370871284,
            "stop": 1370871289
        },
        {
            "start": 1370871294,
            "stop": 1370871750
        },
        {
            "start": 1370871755,
            "stop": 1370871777
        },
        {
            "start": 1370871780,
            "stop": 1370871812
        },
        {
            "start": 1370871817,
            "stop": 1370872020
        },
        {
            "start": 1370872025,
            "stop": 1370872166
        },
        {
            "start": 1370872171,
            "stop": 1370872217
        },
        {
            "start": 1370872222,
            "stop": 1370872357
        },
        {
            "start": 1370872362,
            "stop": 1370872364
        }
    ]
}