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=9735
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=9736",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9734",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9735,
    "results": [
        {
            "start": 873386164,
            "stop": 873387130
        },
        {
            "start": 873387377,
            "stop": 873388000
        },
        {
            "start": 873388001,
            "stop": 873390377
        },
        {
            "start": 873393919,
            "stop": 873393950
        },
        {
            "start": 873393951,
            "stop": 873393956
        },
        {
            "start": 873393957,
            "stop": 873394080
        },
        {
            "start": 873394081,
            "stop": 873394141
        },
        {
            "start": 873394142,
            "stop": 873394226
        },
        {
            "start": 873394229,
            "stop": 873394290
        },
        {
            "start": 873394291,
            "stop": 873394409
        },
        {
            "start": 873394410,
            "stop": 873394866
        },
        {
            "start": 873394869,
            "stop": 873395358
        },
        {
            "start": 873395361,
            "stop": 873395385
        },
        {
            "start": 873395390,
            "stop": 873395513
        },
        {
            "start": 873395516,
            "stop": 873395517
        },
        {
            "start": 873395520,
            "stop": 873395552
        },
        {
            "start": 873395555,
            "stop": 873395614
        },
        {
            "start": 873395617,
            "stop": 873395618
        },
        {
            "start": 873395624,
            "stop": 873395641
        },
        {
            "start": 873395644,
            "stop": 873396153
        }
    ]
}