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=7309
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=7310",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7308",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7309,
    "results": [
        {
            "start": 875137420,
            "stop": 875138011
        },
        {
            "start": 875138012,
            "stop": 875138507
        },
        {
            "start": 875138508,
            "stop": 875138545
        },
        {
            "start": 875138546,
            "stop": 875139226
        },
        {
            "start": 875139227,
            "stop": 875139572
        },
        {
            "start": 875139573,
            "stop": 875140097
        },
        {
            "start": 875140098,
            "stop": 875140136
        },
        {
            "start": 875140137,
            "stop": 875140984
        },
        {
            "start": 875140986,
            "stop": 875141037
        },
        {
            "start": 875141039,
            "stop": 875141043
        },
        {
            "start": 875141044,
            "stop": 875141065
        },
        {
            "start": 875141066,
            "stop": 875141763
        },
        {
            "start": 875141764,
            "stop": 875141776
        },
        {
            "start": 875141777,
            "stop": 875142300
        },
        {
            "start": 875142360,
            "stop": 875142603
        },
        {
            "start": 875142604,
            "stop": 875142703
        },
        {
            "start": 875142704,
            "stop": 875142788
        },
        {
            "start": 875142789,
            "stop": 875143281
        },
        {
            "start": 875143283,
            "stop": 875143306
        },
        {
            "start": 875143308,
            "stop": 875143350
        }
    ]
}