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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40981",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40979",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40980,
    "results": [
        {
            "start": 875138078,
            "stop": 875138092
        },
        {
            "start": 875138094,
            "stop": 875138100
        },
        {
            "start": 875138102,
            "stop": 875138196
        },
        {
            "start": 875138198,
            "stop": 875138219
        },
        {
            "start": 875138280,
            "stop": 875138284
        },
        {
            "start": 875138285,
            "stop": 875138300
        },
        {
            "start": 875138301,
            "stop": 875138315
        },
        {
            "start": 875138316,
            "stop": 875138318
        },
        {
            "start": 875138319,
            "stop": 875138326
        },
        {
            "start": 875138327,
            "stop": 875138332
        },
        {
            "start": 875138333,
            "stop": 875138335
        },
        {
            "start": 875138336,
            "stop": 875138354
        },
        {
            "start": 875138355,
            "stop": 875138358
        },
        {
            "start": 875138359,
            "stop": 875138422
        },
        {
            "start": 875138424,
            "stop": 875138486
        },
        {
            "start": 875138487,
            "stop": 875138507
        },
        {
            "start": 875138508,
            "stop": 875138529
        },
        {
            "start": 875138530,
            "stop": 875138545
        },
        {
            "start": 875138546,
            "stop": 875138571
        },
        {
            "start": 875138573,
            "stop": 875138618
        }
    ]
}