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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8793",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8791",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8792,
    "results": [
        {
            "start": 873710760,
            "stop": 873712500
        },
        {
            "start": 873712560,
            "stop": 873712850
        },
        {
            "start": 873712930,
            "stop": 873713257
        },
        {
            "start": 873715140,
            "stop": 873715200
        },
        {
            "start": 873717000,
            "stop": 873717060
        },
        {
            "start": 873717240,
            "stop": 873717360
        },
        {
            "start": 873717720,
            "stop": 873717780
        },
        {
            "start": 873718260,
            "stop": 873718320
        },
        {
            "start": 873718380,
            "stop": 873718500
        },
        {
            "start": 873718560,
            "stop": 873718740
        },
        {
            "start": 873718800,
            "stop": 873719160
        },
        {
            "start": 873719220,
            "stop": 873720000
        },
        {
            "start": 873720060,
            "stop": 873720120
        },
        {
            "start": 873720180,
            "stop": 873720240
        },
        {
            "start": 873720300,
            "stop": 873720600
        },
        {
            "start": 873720660,
            "stop": 873721620
        },
        {
            "start": 873721680,
            "stop": 873724440
        },
        {
            "start": 873724500,
            "stop": 873724920
        },
        {
            "start": 873724980,
            "stop": 873725160
        },
        {
            "start": 873725220,
            "stop": 873725580
        }
    ]
}