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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1892",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1890",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1891,
    "results": [
        {
            "start": 846602242,
            "stop": 846602766
        },
        {
            "start": 846602769,
            "stop": 846605317
        },
        {
            "start": 846605320,
            "stop": 846605324
        },
        {
            "start": 846605327,
            "stop": 846605332
        },
        {
            "start": 846605341,
            "stop": 846605651
        },
        {
            "start": 846605654,
            "stop": 846605655
        },
        {
            "start": 846605658,
            "stop": 846606110
        },
        {
            "start": 846606126,
            "stop": 846606730
        },
        {
            "start": 846606733,
            "stop": 846607085
        },
        {
            "start": 846607094,
            "stop": 846607097
        },
        {
            "start": 846607109,
            "stop": 846607110
        },
        {
            "start": 846607113,
            "stop": 846607393
        },
        {
            "start": 846607396,
            "stop": 846607438
        },
        {
            "start": 846607441,
            "stop": 846607451
        },
        {
            "start": 846607457,
            "stop": 846607509
        },
        {
            "start": 846607515,
            "stop": 846607620
        },
        {
            "start": 846607631,
            "stop": 846608260
        },
        {
            "start": 846608264,
            "stop": 846608267
        },
        {
            "start": 846608270,
            "stop": 846608274
        },
        {
            "start": 846608284,
            "stop": 846608480
        }
    ]
}