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=180
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=181",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=179",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 180,
    "results": [
        {
            "start": 1384176678,
            "stop": 1384180480
        },
        {
            "start": 1384180484,
            "stop": 1384184335
        },
        {
            "start": 1384184339,
            "stop": 1384186938
        },
        {
            "start": 1384186943,
            "stop": 1384192744
        },
        {
            "start": 1384192749,
            "stop": 1384192970
        },
        {
            "start": 1384192975,
            "stop": 1384194530
        },
        {
            "start": 1384194534,
            "stop": 1384194547
        },
        {
            "start": 1384194551,
            "stop": 1384194864
        },
        {
            "start": 1384198715,
            "stop": 1384200079
        },
        {
            "start": 1384200084,
            "stop": 1384200483
        },
        {
            "start": 1384200488,
            "stop": 1384204323
        },
        {
            "start": 1384204328,
            "stop": 1384206618
        },
        {
            "start": 1384206622,
            "stop": 1384208175
        },
        {
            "start": 1384208180,
            "stop": 1384212104
        },
        {
            "start": 1384212109,
            "stop": 1384212118
        },
        {
            "start": 1384212123,
            "stop": 1384212531
        },
        {
            "start": 1384212536,
            "stop": 1384212730
        },
        {
            "start": 1384212735,
            "stop": 1384213007
        },
        {
            "start": 1384213012,
            "stop": 1384213556
        },
        {
            "start": 1384218607,
            "stop": 1384222568
        }
    ]
}