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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4935",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4933",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 4934,
    "results": [
        {
            "start": 874336078,
            "stop": 874336181
        },
        {
            "start": 874336200,
            "stop": 874336226
        },
        {
            "start": 874336251,
            "stop": 874336268
        },
        {
            "start": 874336287,
            "stop": 874336288
        },
        {
            "start": 874336307,
            "stop": 874336383
        },
        {
            "start": 874336402,
            "stop": 874336403
        },
        {
            "start": 874336422,
            "stop": 874336443
        },
        {
            "start": 874336462,
            "stop": 874336477
        },
        {
            "start": 874336496,
            "stop": 874336551
        },
        {
            "start": 874336570,
            "stop": 874336602
        },
        {
            "start": 874336621,
            "stop": 874336671
        },
        {
            "start": 874336705,
            "stop": 874336713
        },
        {
            "start": 874336733,
            "stop": 874336757
        },
        {
            "start": 874336791,
            "stop": 874336826
        },
        {
            "start": 874336878,
            "stop": 874336906
        },
        {
            "start": 874336925,
            "stop": 874336974
        },
        {
            "start": 874336993,
            "stop": 874336994
        },
        {
            "start": 874337026,
            "stop": 874337051
        },
        {
            "start": 874337073,
            "stop": 874337097
        },
        {
            "start": 874337126,
            "stop": 874337136
        }
    ]
}