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=275
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=276",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=274",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 275,
    "results": [
        {
            "start": 828230038,
            "stop": 828230040
        },
        {
            "start": 828230051,
            "stop": 828230055
        },
        {
            "start": 828230060,
            "stop": 828230062
        },
        {
            "start": 828230065,
            "stop": 828230066
        },
        {
            "start": 828230076,
            "stop": 828230079
        },
        {
            "start": 828230083,
            "stop": 828230084
        },
        {
            "start": 828230092,
            "stop": 828230093
        },
        {
            "start": 828230098,
            "stop": 828230100
        },
        {
            "start": 828230102,
            "stop": 828230104
        },
        {
            "start": 828230121,
            "stop": 828230123
        },
        {
            "start": 828230126,
            "stop": 828230127
        },
        {
            "start": 828230139,
            "stop": 828230140
        },
        {
            "start": 828230155,
            "stop": 828230159
        },
        {
            "start": 828230164,
            "stop": 828230165
        },
        {
            "start": 828230167,
            "stop": 828230170
        },
        {
            "start": 828230181,
            "stop": 828230187
        },
        {
            "start": 828230189,
            "stop": 828230191
        },
        {
            "start": 828230198,
            "stop": 828230200
        },
        {
            "start": 828230202,
            "stop": 828230204
        },
        {
            "start": 828230207,
            "stop": 828230212
        }
    ]
}