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_CAT1/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_CAT1/segments?format=api&page=110",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT1/segments?format=api&page=108",
    "results_count": 2355,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 109,
    "results": [
        {
            "start": 967834564,
            "stop": 967835601
        },
        {
            "start": 967837483,
            "stop": 967845886
        },
        {
            "start": 967848140,
            "stop": 967850694
        },
        {
            "start": 967853803,
            "stop": 967877883
        },
        {
            "start": 967880357,
            "stop": 967885450
        },
        {
            "start": 967889388,
            "stop": 967889484
        },
        {
            "start": 967891699,
            "stop": 967893501
        },
        {
            "start": 967895471,
            "stop": 967895819
        },
        {
            "start": 967897568,
            "stop": 967899003
        },
        {
            "start": 967903073,
            "stop": 967905720
        },
        {
            "start": 967930478,
            "stop": 967931453
        },
        {
            "start": 967946924,
            "stop": 967951136
        },
        {
            "start": 967953605,
            "stop": 967981893
        },
        {
            "start": 967983752,
            "stop": 968004043
        },
        {
            "start": 968005742,
            "stop": 968016905
        },
        {
            "start": 968020385,
            "stop": 968029046
        },
        {
            "start": 968031954,
            "stop": 968032019
        },
        {
            "start": 968035241,
            "stop": 968037542
        },
        {
            "start": 968042392,
            "stop": 968042464
        },
        {
            "start": 968049156,
            "stop": 968057513
        }
    ]
}