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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=180",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=178",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 179,
    "results": [
        {
            "start": 825646134,
            "stop": 825646194
        },
        {
            "start": 825646544,
            "stop": 825647264
        },
        {
            "start": 825647438,
            "stop": 825647558
        },
        {
            "start": 825648768,
            "stop": 825649248
        },
        {
            "start": 825650136,
            "stop": 825650856
        },
        {
            "start": 825651169,
            "stop": 825651349
        },
        {
            "start": 825651503,
            "stop": 825652763
        },
        {
            "start": 825653037,
            "stop": 825653697
        },
        {
            "start": 825653858,
            "stop": 825654218
        },
        {
            "start": 825654358,
            "stop": 825654718
        },
        {
            "start": 825655544,
            "stop": 825656384
        },
        {
            "start": 825656541,
            "stop": 825656841
        },
        {
            "start": 825657038,
            "stop": 825657458
        },
        {
            "start": 825657692,
            "stop": 825658112
        },
        {
            "start": 825658647,
            "stop": 825658767
        },
        {
            "start": 825658924,
            "stop": 825658984
        },
        {
            "start": 825659142,
            "stop": 825659382
        },
        {
            "start": 825659733,
            "stop": 825659913
        },
        {
            "start": 825660099,
            "stop": 825660579
        },
        {
            "start": 825660924,
            "stop": 825661374
        }
    ]
}