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_CAT3E/segments?format=api&page=41071
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=41072",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41070",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41071,
    "results": [
        {
            "start": 875209448,
            "stop": 875209468
        },
        {
            "start": 875209469,
            "stop": 875209490
        },
        {
            "start": 875209491,
            "stop": 875209526
        },
        {
            "start": 875209527,
            "stop": 875209568
        },
        {
            "start": 875209569,
            "stop": 875209580
        },
        {
            "start": 875209581,
            "stop": 875209589
        },
        {
            "start": 875209592,
            "stop": 875209658
        },
        {
            "start": 875209659,
            "stop": 875209660
        },
        {
            "start": 875209661,
            "stop": 875209665
        },
        {
            "start": 875209666,
            "stop": 875209677
        },
        {
            "start": 875209680,
            "stop": 875209753
        },
        {
            "start": 875209754,
            "stop": 875209761
        },
        {
            "start": 875209763,
            "stop": 875209771
        },
        {
            "start": 875209772,
            "stop": 875209806
        },
        {
            "start": 875209807,
            "stop": 875209837
        },
        {
            "start": 875209839,
            "stop": 875209895
        },
        {
            "start": 875209896,
            "stop": 875209952
        },
        {
            "start": 875209955,
            "stop": 875209956
        },
        {
            "start": 875209957,
            "stop": 875210010
        },
        {
            "start": 875210011,
            "stop": 875210043
        }
    ]
}