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=84
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=85",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=83",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 84,
    "results": [
        {
            "start": 1375089720,
            "stop": 1375090090
        },
        {
            "start": 1375090095,
            "stop": 1375090967
        },
        {
            "start": 1375090970,
            "stop": 1375091454
        },
        {
            "start": 1375091459,
            "stop": 1375092911
        },
        {
            "start": 1375092916,
            "stop": 1375100014
        },
        {
            "start": 1375100017,
            "stop": 1375100098
        },
        {
            "start": 1375100103,
            "stop": 1375114504
        },
        {
            "start": 1375114507,
            "stop": 1375118528
        },
        {
            "start": 1375118602,
            "stop": 1375120163
        },
        {
            "start": 1375120166,
            "stop": 1375128474
        },
        {
            "start": 1375128477,
            "stop": 1375129013
        },
        {
            "start": 1375142616,
            "stop": 1375145795
        },
        {
            "start": 1375145800,
            "stop": 1375145937
        },
        {
            "start": 1375150983,
            "stop": 1375151956
        },
        {
            "start": 1375152568,
            "stop": 1375154017
        },
        {
            "start": 1375154022,
            "stop": 1375161611
        },
        {
            "start": 1375161616,
            "stop": 1375161723
        },
        {
            "start": 1375161726,
            "stop": 1375166010
        },
        {
            "start": 1375166015,
            "stop": 1375172060
        },
        {
            "start": 1375172065,
            "stop": 1375173858
        }
    ]
}