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=46
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=47",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=45",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 46,
    "results": [
        {
            "start": 931353919,
            "stop": 931354009
        },
        {
            "start": 931354026,
            "stop": 931354134
        },
        {
            "start": 931354152,
            "stop": 931354202
        },
        {
            "start": 931358288,
            "stop": 931358291
        },
        {
            "start": 931358359,
            "stop": 931358416
        },
        {
            "start": 931358433,
            "stop": 931358482
        },
        {
            "start": 931358500,
            "stop": 931358513
        },
        {
            "start": 931365256,
            "stop": 931365686
        },
        {
            "start": 931365689,
            "stop": 931365750
        },
        {
            "start": 931365768,
            "stop": 931366395
        },
        {
            "start": 931366416,
            "stop": 931366434
        },
        {
            "start": 931366437,
            "stop": 931366444
        },
        {
            "start": 931366461,
            "stop": 931366479
        },
        {
            "start": 931366483,
            "stop": 931366522
        },
        {
            "start": 931366540,
            "stop": 931366813
        },
        {
            "start": 931367175,
            "stop": 931367335
        },
        {
            "start": 931367338,
            "stop": 931367699
        },
        {
            "start": 931367718,
            "stop": 931367759
        },
        {
            "start": 931367777,
            "stop": 931367786
        },
        {
            "start": 931367808,
            "stop": 931367975
        }
    ]
}