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=109
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=110",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=108",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 109,
    "results": [
        {
            "start": 931743310,
            "stop": 931743342
        },
        {
            "start": 931743344,
            "stop": 931743472
        },
        {
            "start": 931743492,
            "stop": 931743747
        },
        {
            "start": 931743749,
            "stop": 931743757
        },
        {
            "start": 931743775,
            "stop": 931743958
        },
        {
            "start": 931743982,
            "stop": 931744004
        },
        {
            "start": 931744022,
            "stop": 931744122
        },
        {
            "start": 931744183,
            "stop": 931744198
        },
        {
            "start": 931744215,
            "stop": 931744231
        },
        {
            "start": 931744235,
            "stop": 931744759
        },
        {
            "start": 931744777,
            "stop": 931744815
        },
        {
            "start": 931745175,
            "stop": 931745180
        },
        {
            "start": 931745198,
            "stop": 931745232
        },
        {
            "start": 931745252,
            "stop": 931745341
        },
        {
            "start": 931745359,
            "stop": 931745522
        },
        {
            "start": 931745539,
            "stop": 931745810
        },
        {
            "start": 931745828,
            "stop": 931745848
        },
        {
            "start": 931745871,
            "stop": 931745878
        },
        {
            "start": 931745895,
            "stop": 931745976
        },
        {
            "start": 931745993,
            "stop": 931746033
        }
    ]
}