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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8631",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8629",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8630,
    "results": [
        {
            "start": 871326120,
            "stop": 871326180
        },
        {
            "start": 871326240,
            "stop": 871326290
        },
        {
            "start": 871326370,
            "stop": 871326487
        },
        {
            "start": 871326507,
            "stop": 871326526
        },
        {
            "start": 871326551,
            "stop": 871326594
        },
        {
            "start": 871326728,
            "stop": 871326780
        },
        {
            "start": 871326970,
            "stop": 871326987
        },
        {
            "start": 871327006,
            "stop": 871327080
        },
        {
            "start": 871327140,
            "stop": 871327176
        },
        {
            "start": 871327270,
            "stop": 871327320
        },
        {
            "start": 871327392,
            "stop": 871327411
        },
        {
            "start": 871327435,
            "stop": 871327440
        },
        {
            "start": 871327523,
            "stop": 871327560
        },
        {
            "start": 871327687,
            "stop": 871327740
        },
        {
            "start": 871328340,
            "stop": 871328423
        },
        {
            "start": 871328430,
            "stop": 871328460
        },
        {
            "start": 871328580,
            "stop": 871328634
        },
        {
            "start": 871328683,
            "stop": 871328738
        },
        {
            "start": 871328746,
            "stop": 871328760
        },
        {
            "start": 871329004,
            "stop": 871329060
        }
    ]
}