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/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7295
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7296",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7294",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7295,
    "results": [
        {
            "start": 875064418,
            "stop": 875064469
        },
        {
            "start": 875064470,
            "stop": 875064902
        },
        {
            "start": 875064904,
            "stop": 875065230
        },
        {
            "start": 875065231,
            "stop": 875065257
        },
        {
            "start": 875065259,
            "stop": 875065696
        },
        {
            "start": 875065698,
            "stop": 875065786
        },
        {
            "start": 875065787,
            "stop": 875065874
        },
        {
            "start": 875065876,
            "stop": 875065955
        },
        {
            "start": 875065956,
            "stop": 875066277
        },
        {
            "start": 875066278,
            "stop": 875066314
        },
        {
            "start": 875066316,
            "stop": 875066423
        },
        {
            "start": 875066424,
            "stop": 875066696
        },
        {
            "start": 875066697,
            "stop": 875067302
        },
        {
            "start": 875067303,
            "stop": 875067402
        },
        {
            "start": 875067403,
            "stop": 875067436
        },
        {
            "start": 875067438,
            "stop": 875067446
        },
        {
            "start": 875067447,
            "stop": 875067741
        },
        {
            "start": 875067742,
            "stop": 875068006
        },
        {
            "start": 875068007,
            "stop": 875068014
        },
        {
            "start": 875068015,
            "stop": 875068385
        }
    ]
}