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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=5967",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=5965",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 5966,
    "results": [
        {
            "start": 873249831,
            "stop": 873249850
        },
        {
            "start": 873249851,
            "stop": 873249872
        },
        {
            "start": 873249873,
            "stop": 873249878
        },
        {
            "start": 873249879,
            "stop": 873250816
        },
        {
            "start": 873250817,
            "stop": 873251009
        },
        {
            "start": 873251011,
            "stop": 873251045
        },
        {
            "start": 873251046,
            "stop": 873251103
        },
        {
            "start": 873251104,
            "stop": 873251369
        },
        {
            "start": 873251370,
            "stop": 873251937
        },
        {
            "start": 873251939,
            "stop": 873252456
        },
        {
            "start": 873252461,
            "stop": 873252528
        },
        {
            "start": 873252531,
            "stop": 873252537
        },
        {
            "start": 873252540,
            "stop": 873252741
        },
        {
            "start": 873252744,
            "stop": 873253282
        },
        {
            "start": 873253285,
            "stop": 873253286
        },
        {
            "start": 873253289,
            "stop": 873253293
        },
        {
            "start": 873253296,
            "stop": 873253699
        },
        {
            "start": 873253700,
            "stop": 873254477
        },
        {
            "start": 873254478,
            "stop": 873254963
        },
        {
            "start": 873254967,
            "stop": 873255090
        }
    ]
}