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=9836
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=9837",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9835",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9836,
    "results": [
        {
            "start": 874149022,
            "stop": 874149039
        },
        {
            "start": 874149042,
            "stop": 874149046
        },
        {
            "start": 874149049,
            "stop": 874149059
        },
        {
            "start": 874149065,
            "stop": 874149070
        },
        {
            "start": 874149074,
            "stop": 874149113
        },
        {
            "start": 874149116,
            "stop": 874149177
        },
        {
            "start": 874149180,
            "stop": 874149197
        },
        {
            "start": 874149200,
            "stop": 874149215
        },
        {
            "start": 874149218,
            "stop": 874149222
        },
        {
            "start": 874149225,
            "stop": 874149246
        },
        {
            "start": 874149249,
            "stop": 874149286
        },
        {
            "start": 874149289,
            "stop": 874149305
        },
        {
            "start": 874149308,
            "stop": 874149310
        },
        {
            "start": 874149313,
            "stop": 874149322
        },
        {
            "start": 874149325,
            "stop": 874149375
        },
        {
            "start": 874149378,
            "stop": 874149428
        },
        {
            "start": 874149431,
            "stop": 874149730
        },
        {
            "start": 874149733,
            "stop": 874149743
        },
        {
            "start": 874149746,
            "stop": 874149960
        },
        {
            "start": 874149963,
            "stop": 874150193
        }
    ]
}