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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9747",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9745",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9746,
    "results": [
        {
            "start": 873446587,
            "stop": 873446602
        },
        {
            "start": 873446605,
            "stop": 873446682
        },
        {
            "start": 873446685,
            "stop": 873446699
        },
        {
            "start": 873448661,
            "stop": 873449015
        },
        {
            "start": 873449025,
            "stop": 873449035
        },
        {
            "start": 873449038,
            "stop": 873449280
        },
        {
            "start": 873449286,
            "stop": 873449671
        },
        {
            "start": 873449674,
            "stop": 873449678
        },
        {
            "start": 873449681,
            "stop": 873449742
        },
        {
            "start": 873449745,
            "stop": 873450649
        },
        {
            "start": 873450657,
            "stop": 873450994
        },
        {
            "start": 873450997,
            "stop": 873452476
        },
        {
            "start": 873452479,
            "stop": 873452554
        },
        {
            "start": 873452559,
            "stop": 873453080
        },
        {
            "start": 873453083,
            "stop": 873453318
        },
        {
            "start": 873453321,
            "stop": 873456175
        },
        {
            "start": 873456178,
            "stop": 873456278
        },
        {
            "start": 873456281,
            "stop": 873456505
        },
        {
            "start": 873456508,
            "stop": 873456516
        },
        {
            "start": 873456519,
            "stop": 873456600
        }
    ]
}