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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=247",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=245",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 246,
    "results": [
        {
            "start": 858849820,
            "stop": 858885505
        },
        {
            "start": 858886639,
            "stop": 858886677
        },
        {
            "start": 858887385,
            "stop": 858892077
        },
        {
            "start": 858892897,
            "stop": 858951037
        },
        {
            "start": 858951058,
            "stop": 858951712
        },
        {
            "start": 858955010,
            "stop": 858955819
        },
        {
            "start": 858955820,
            "stop": 858956339
        },
        {
            "start": 858956342,
            "stop": 858961242
        },
        {
            "start": 858962276,
            "stop": 858963308
        },
        {
            "start": 858966235,
            "stop": 858966240
        },
        {
            "start": 858968640,
            "stop": 858970479
        },
        {
            "start": 858970482,
            "stop": 858973777
        },
        {
            "start": 858975196,
            "stop": 858985569
        },
        {
            "start": 858985572,
            "stop": 858991183
        },
        {
            "start": 858991192,
            "stop": 858991193
        },
        {
            "start": 858991196,
            "stop": 858991200
        },
        {
            "start": 858991203,
            "stop": 859039771
        },
        {
            "start": 859039778,
            "stop": 859039808
        },
        {
            "start": 859039829,
            "stop": 859042797
        },
        {
            "start": 859059899,
            "stop": 859068964
        }
    ]
}