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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=47023",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=47021",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 47022,
    "results": [
        {
            "start": 875228217,
            "stop": 875228220
        },
        {
            "start": 875228221,
            "stop": 875228256
        },
        {
            "start": 875228257,
            "stop": 875228307
        },
        {
            "start": 875228309,
            "stop": 875228318
        },
        {
            "start": 875228319,
            "stop": 875228351
        },
        {
            "start": 875228354,
            "stop": 875228359
        },
        {
            "start": 875228360,
            "stop": 875228364
        },
        {
            "start": 875228370,
            "stop": 875228382
        },
        {
            "start": 875228385,
            "stop": 875228390
        },
        {
            "start": 875228391,
            "stop": 875228434
        },
        {
            "start": 875228437,
            "stop": 875228461
        },
        {
            "start": 875228462,
            "stop": 875228463
        },
        {
            "start": 875228465,
            "stop": 875228466
        },
        {
            "start": 875228469,
            "stop": 875228474
        },
        {
            "start": 875228477,
            "stop": 875228479
        },
        {
            "start": 875228482,
            "stop": 875228492
        },
        {
            "start": 875228495,
            "stop": 875228529
        },
        {
            "start": 875228530,
            "stop": 875228547
        },
        {
            "start": 875228550,
            "stop": 875228574
        },
        {
            "start": 875228575,
            "stop": 875228592
        }
    ]
}