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=303
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=304",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=302",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 303,
    "results": [
        {
            "start": 828834836,
            "stop": 828835123
        },
        {
            "start": 828835125,
            "stop": 828839730
        },
        {
            "start": 828839790,
            "stop": 828881769
        },
        {
            "start": 828881771,
            "stop": 828881843
        },
        {
            "start": 828881844,
            "stop": 828881853
        },
        {
            "start": 828881855,
            "stop": 828881872
        },
        {
            "start": 828881873,
            "stop": 828881881
        },
        {
            "start": 828881883,
            "stop": 828881907
        },
        {
            "start": 828881909,
            "stop": 828881911
        },
        {
            "start": 828881913,
            "stop": 828881921
        },
        {
            "start": 828881923,
            "stop": 828881928
        },
        {
            "start": 828881929,
            "stop": 828881944
        },
        {
            "start": 828881946,
            "stop": 828881954
        },
        {
            "start": 828881956,
            "stop": 828881964
        },
        {
            "start": 828881966,
            "stop": 828881975
        },
        {
            "start": 828881977,
            "stop": 828881983
        },
        {
            "start": 828881985,
            "stop": 828881992
        },
        {
            "start": 828881994,
            "stop": 828881996
        },
        {
            "start": 828881999,
            "stop": 828882009
        },
        {
            "start": 828882011,
            "stop": 828882013
        }
    ]
}