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=9761
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=9762",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9760",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9761,
    "results": [
        {
            "start": 873576207,
            "stop": 873576211
        },
        {
            "start": 873576212,
            "stop": 873576227
        },
        {
            "start": 873576228,
            "stop": 873576235
        },
        {
            "start": 873576237,
            "stop": 873576244
        },
        {
            "start": 873576245,
            "stop": 873576293
        },
        {
            "start": 873576294,
            "stop": 873576328
        },
        {
            "start": 873576329,
            "stop": 873576416
        },
        {
            "start": 873576417,
            "stop": 873576474
        },
        {
            "start": 873576475,
            "stop": 873576483
        },
        {
            "start": 873576484,
            "stop": 873576501
        },
        {
            "start": 873576502,
            "stop": 873576503
        },
        {
            "start": 873576504,
            "stop": 873576514
        },
        {
            "start": 873576515,
            "stop": 873576550
        },
        {
            "start": 873576552,
            "stop": 873576619
        },
        {
            "start": 873576620,
            "stop": 873576700
        },
        {
            "start": 873576701,
            "stop": 873576998
        },
        {
            "start": 873576999,
            "stop": 873577104
        },
        {
            "start": 873577105,
            "stop": 873577135
        },
        {
            "start": 873577136,
            "stop": 873577195
        },
        {
            "start": 873577198,
            "stop": 873581328
        }
    ]
}