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=94
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=95",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=93",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 94,
    "results": [
        {
            "start": 820169721,
            "stop": 820169781
        },
        {
            "start": 820170443,
            "stop": 820170503
        },
        {
            "start": 820171465,
            "stop": 820171525
        },
        {
            "start": 820172509,
            "stop": 820172569
        },
        {
            "start": 820194484,
            "stop": 820194604
        },
        {
            "start": 820195046,
            "stop": 820195106
        },
        {
            "start": 820195518,
            "stop": 820195578
        },
        {
            "start": 820198082,
            "stop": 820198202
        },
        {
            "start": 820288585,
            "stop": 820288645
        },
        {
            "start": 820289205,
            "stop": 820289505
        },
        {
            "start": 820289886,
            "stop": 820289946
        },
        {
            "start": 820290090,
            "stop": 820290330
        },
        {
            "start": 820291149,
            "stop": 820291569
        },
        {
            "start": 820291705,
            "stop": 820291765
        },
        {
            "start": 820292343,
            "stop": 820292643
        },
        {
            "start": 820293186,
            "stop": 820293846
        },
        {
            "start": 820293987,
            "stop": 820295067
        },
        {
            "start": 820295215,
            "stop": 820295275
        },
        {
            "start": 820295429,
            "stop": 820295549
        },
        {
            "start": 820295733,
            "stop": 820297773
        }
    ]
}