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=2074
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=2075",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2073",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2074,
    "results": [
        {
            "start": 862621410,
            "stop": 862621942
        },
        {
            "start": 862621948,
            "stop": 862621962
        },
        {
            "start": 862621968,
            "stop": 862646157
        },
        {
            "start": 862646517,
            "stop": 862651430
        },
        {
            "start": 862651435,
            "stop": 862668084
        },
        {
            "start": 862669265,
            "stop": 862669452
        },
        {
            "start": 862669458,
            "stop": 862669462
        },
        {
            "start": 862669468,
            "stop": 862671608
        },
        {
            "start": 862671614,
            "stop": 862671616
        },
        {
            "start": 862693028,
            "stop": 862693733
        },
        {
            "start": 862693736,
            "stop": 862695176
        },
        {
            "start": 862695344,
            "stop": 862697392
        },
        {
            "start": 862697536,
            "stop": 862698400
        },
        {
            "start": 862699782,
            "stop": 862700906
        },
        {
            "start": 862701207,
            "stop": 862701305
        },
        {
            "start": 862702063,
            "stop": 862702106
        },
        {
            "start": 862702109,
            "stop": 862704580
        },
        {
            "start": 862705719,
            "stop": 862705890
        },
        {
            "start": 862705950,
            "stop": 862705966
        },
        {
            "start": 862706076,
            "stop": 862706206
        }
    ]
}