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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5965",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5963",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5964,
    "results": [
        {
            "start": 875228217,
            "stop": 875228351
        },
        {
            "start": 875228354,
            "stop": 875228364
        },
        {
            "start": 875228370,
            "stop": 875228382
        },
        {
            "start": 875228385,
            "stop": 875228434
        },
        {
            "start": 875228437,
            "stop": 875228466
        },
        {
            "start": 875228469,
            "stop": 875228474
        },
        {
            "start": 875228477,
            "stop": 875228479
        },
        {
            "start": 875228482,
            "stop": 875228492
        },
        {
            "start": 875228495,
            "stop": 875228547
        },
        {
            "start": 875228550,
            "stop": 875228594
        },
        {
            "start": 875228597,
            "stop": 875228598
        },
        {
            "start": 875228601,
            "stop": 875228647
        },
        {
            "start": 875228650,
            "stop": 875228676
        },
        {
            "start": 875228679,
            "stop": 875228708
        },
        {
            "start": 875228712,
            "stop": 875228720
        },
        {
            "start": 875228723,
            "stop": 875228768
        },
        {
            "start": 875228772,
            "stop": 875228796
        },
        {
            "start": 875228800,
            "stop": 875228865
        },
        {
            "start": 875228868,
            "stop": 875228870
        },
        {
            "start": 875228873,
            "stop": 875228894
        }
    ]
}