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=49
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=50",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=48",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 49,
    "results": [
        {
            "start": 931371749,
            "stop": 931371761
        },
        {
            "start": 931371764,
            "stop": 931371776
        },
        {
            "start": 931371779,
            "stop": 931371791
        },
        {
            "start": 931371808,
            "stop": 931371821
        },
        {
            "start": 931371824,
            "stop": 931371837
        },
        {
            "start": 931371839,
            "stop": 931371840
        },
        {
            "start": 931371858,
            "stop": 931371899
        },
        {
            "start": 931371917,
            "stop": 931371918
        },
        {
            "start": 931371936,
            "stop": 931371946
        },
        {
            "start": 931371964,
            "stop": 931372179
        },
        {
            "start": 931372197,
            "stop": 931372230
        },
        {
            "start": 931372263,
            "stop": 931372518
        },
        {
            "start": 931372558,
            "stop": 931372571
        },
        {
            "start": 931372589,
            "stop": 931372629
        },
        {
            "start": 931372646,
            "stop": 931372656
        },
        {
            "start": 931372674,
            "stop": 931372736
        },
        {
            "start": 931372753,
            "stop": 931372784
        },
        {
            "start": 931372801,
            "stop": 931372918
        },
        {
            "start": 931372935,
            "stop": 931372959
        },
        {
            "start": 931372986,
            "stop": 931373042
        }
    ]
}