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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=107",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=105",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 106,
    "results": [
        {
            "start": 931731952,
            "stop": 931731966
        },
        {
            "start": 931732020,
            "stop": 931732026
        },
        {
            "start": 931732082,
            "stop": 931732093
        },
        {
            "start": 931732129,
            "stop": 931732142
        },
        {
            "start": 931735513,
            "stop": 931735600
        },
        {
            "start": 931735603,
            "stop": 931735620
        },
        {
            "start": 931735654,
            "stop": 931735810
        },
        {
            "start": 931735843,
            "stop": 931735918
        },
        {
            "start": 931735997,
            "stop": 931736045
        },
        {
            "start": 931736070,
            "stop": 931736129
        },
        {
            "start": 931736147,
            "stop": 931736158
        },
        {
            "start": 931736185,
            "stop": 931736337
        },
        {
            "start": 931736367,
            "stop": 931736399
        },
        {
            "start": 931736423,
            "stop": 931736425
        },
        {
            "start": 931736454,
            "stop": 931736463
        },
        {
            "start": 931736535,
            "stop": 931736536
        },
        {
            "start": 931736554,
            "stop": 931736681
        },
        {
            "start": 931736699,
            "stop": 931736730
        },
        {
            "start": 931736733,
            "stop": 931736844
        },
        {
            "start": 931736867,
            "stop": 931736898
        }
    ]
}