Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=86
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_H1L1/segments?format=api&page=87",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=85",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 86,
    "results": [
        {
            "start": 820170443,
            "stop": 820170503
        },
        {
            "start": 820171465,
            "stop": 820171525
        },
        {
            "start": 820197261,
            "stop": 820197321
        },
        {
            "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
        },
        {
            "start": 820297957,
            "stop": 820298377
        },
        {
            "start": 820298553,
            "stop": 820298733
        },
        {
            "start": 820298926,
            "stop": 820299826
        },
        {
            "start": 820300025,
            "stop": 820300415
        }
    ]
}