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=8605
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=8606",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8604",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8605,
    "results": [
        {
            "start": 870794170,
            "stop": 870795060
        },
        {
            "start": 870795120,
            "stop": 870795540
        },
        {
            "start": 870795600,
            "stop": 870796500
        },
        {
            "start": 870796560,
            "stop": 870798170
        },
        {
            "start": 870798310,
            "stop": 870798780
        },
        {
            "start": 870798970,
            "stop": 870799069
        },
        {
            "start": 870799215,
            "stop": 870800570
        },
        {
            "start": 870800650,
            "stop": 870801650
        },
        {
            "start": 870801790,
            "stop": 870802259
        },
        {
            "start": 870802450,
            "stop": 870803160
        },
        {
            "start": 870803220,
            "stop": 870803640
        },
        {
            "start": 870803700,
            "stop": 870803744
        },
        {
            "start": 870803761,
            "stop": 870803820
        },
        {
            "start": 870803880,
            "stop": 870805830
        },
        {
            "start": 870805950,
            "stop": 870807710
        },
        {
            "start": 870807790,
            "stop": 870808712
        },
        {
            "start": 870808810,
            "stop": 870809270
        },
        {
            "start": 870809350,
            "stop": 870809690
        },
        {
            "start": 870809890,
            "stop": 870809958
        },
        {
            "start": 870809976,
            "stop": 870811670
        }
    ]
}