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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3596",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3594",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3595,
    "results": [
        {
            "start": 871934076,
            "stop": 871934851
        },
        {
            "start": 871934868,
            "stop": 871936072
        },
        {
            "start": 871936089,
            "stop": 871936440
        },
        {
            "start": 871936500,
            "stop": 871936640
        },
        {
            "start": 871936657,
            "stop": 871936791
        },
        {
            "start": 871936860,
            "stop": 871937462
        },
        {
            "start": 871937479,
            "stop": 871938000
        },
        {
            "start": 871938084,
            "stop": 871938415
        },
        {
            "start": 871938432,
            "stop": 871938449
        },
        {
            "start": 871938466,
            "stop": 871939070
        },
        {
            "start": 871939074,
            "stop": 871939440
        },
        {
            "start": 871939560,
            "stop": 871940520
        },
        {
            "start": 871940537,
            "stop": 871942047
        },
        {
            "start": 871942064,
            "stop": 871942230
        },
        {
            "start": 871942247,
            "stop": 871942254
        },
        {
            "start": 871942276,
            "stop": 871942313
        },
        {
            "start": 871942330,
            "stop": 871942850
        },
        {
            "start": 871942867,
            "stop": 871943025
        },
        {
            "start": 871943042,
            "stop": 871943432
        },
        {
            "start": 871943449,
            "stop": 871943607
        }
    ]
}