Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4974
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4975",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4973",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 4974,
    "results": [
        {
            "start": 874477354,
            "stop": 874477633
        },
        {
            "start": 874477640,
            "stop": 874477896
        },
        {
            "start": 874477903,
            "stop": 874478032
        },
        {
            "start": 874478040,
            "stop": 874478231
        },
        {
            "start": 874478243,
            "stop": 874478554
        },
        {
            "start": 874478561,
            "stop": 874478677
        },
        {
            "start": 874480016,
            "stop": 874481568
        },
        {
            "start": 874481575,
            "stop": 874482349
        },
        {
            "start": 874482356,
            "stop": 874483322
        },
        {
            "start": 874483329,
            "stop": 874483428
        },
        {
            "start": 874483435,
            "stop": 874483550
        },
        {
            "start": 874483558,
            "stop": 874483884
        },
        {
            "start": 874483892,
            "stop": 874483959
        },
        {
            "start": 874483966,
            "stop": 874484029
        },
        {
            "start": 874484036,
            "stop": 874484099
        },
        {
            "start": 874484106,
            "stop": 874484367
        },
        {
            "start": 874484374,
            "stop": 874484506
        },
        {
            "start": 874484513,
            "stop": 874484652
        },
        {
            "start": 874484659,
            "stop": 874484675
        },
        {
            "start": 874484682,
            "stop": 874484755
        }
    ]
}