Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=128
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=129",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=127",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 128,
    "results": [
        {
            "start": 931128118,
            "stop": 931128121
        },
        {
            "start": 931128124,
            "stop": 931128127
        },
        {
            "start": 931128128,
            "stop": 931128129
        },
        {
            "start": 931128130,
            "stop": 931128133
        },
        {
            "start": 931128134,
            "stop": 931128138
        },
        {
            "start": 931128139,
            "stop": 931128146
        },
        {
            "start": 931128148,
            "stop": 931128153
        },
        {
            "start": 931128156,
            "stop": 931128163
        },
        {
            "start": 931128164,
            "stop": 931128166
        },
        {
            "start": 931128167,
            "stop": 931128204
        },
        {
            "start": 931128205,
            "stop": 931128210
        },
        {
            "start": 931128211,
            "stop": 931128219
        },
        {
            "start": 931128221,
            "stop": 931128224
        },
        {
            "start": 931128226,
            "stop": 931128240
        },
        {
            "start": 931128241,
            "stop": 931128259
        },
        {
            "start": 931128261,
            "stop": 931128281
        },
        {
            "start": 931128283,
            "stop": 931128285
        },
        {
            "start": 931128287,
            "stop": 931128293
        },
        {
            "start": 931128294,
            "stop": 931128302
        },
        {
            "start": 931128305,
            "stop": 931128306
        }
    ]
}