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=300
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=301",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=299",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 300,
    "results": [
        {
            "start": 822442931,
            "stop": 822443173
        },
        {
            "start": 822443266,
            "stop": 822446750
        },
        {
            "start": 822446850,
            "stop": 822446852
        },
        {
            "start": 822446930,
            "stop": 822447064
        },
        {
            "start": 822447144,
            "stop": 822447246
        },
        {
            "start": 822447352,
            "stop": 822449748
        },
        {
            "start": 822449751,
            "stop": 822451667
        },
        {
            "start": 822451670,
            "stop": 822452027
        },
        {
            "start": 822452030,
            "stop": 822453570
        },
        {
            "start": 822453573,
            "stop": 822455554
        },
        {
            "start": 822455571,
            "stop": 822455995
        },
        {
            "start": 822455998,
            "stop": 822457318
        },
        {
            "start": 822457321,
            "stop": 822458313
        },
        {
            "start": 822458327,
            "stop": 822458692
        },
        {
            "start": 822458695,
            "stop": 822459689
        },
        {
            "start": 822459692,
            "stop": 822460480
        },
        {
            "start": 822460493,
            "stop": 822460698
        },
        {
            "start": 822460701,
            "stop": 822460800
        },
        {
            "start": 822460933,
            "stop": 822461119
        },
        {
            "start": 822461122,
            "stop": 822461291
        }
    ]
}