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=6173
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=6174",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6172",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6173,
    "results": [
        {
            "start": 874413239,
            "stop": 874413561
        },
        {
            "start": 874413562,
            "stop": 874414148
        },
        {
            "start": 874414149,
            "stop": 874414312
        },
        {
            "start": 874414313,
            "stop": 874414547
        },
        {
            "start": 874414550,
            "stop": 874414559
        },
        {
            "start": 874414562,
            "stop": 874414563
        },
        {
            "start": 874414565,
            "stop": 874414586
        },
        {
            "start": 874414592,
            "stop": 874414631
        },
        {
            "start": 874414633,
            "stop": 874415283
        },
        {
            "start": 874415285,
            "stop": 874415537
        },
        {
            "start": 874415539,
            "stop": 874416159
        },
        {
            "start": 874416160,
            "stop": 874416333
        },
        {
            "start": 874416334,
            "stop": 874416756
        },
        {
            "start": 874416760,
            "stop": 874416761
        },
        {
            "start": 874416764,
            "stop": 874416866
        },
        {
            "start": 874416867,
            "stop": 874416876
        },
        {
            "start": 874416877,
            "stop": 874416907
        },
        {
            "start": 874416908,
            "stop": 874416937
        },
        {
            "start": 874416938,
            "stop": 874416981
        },
        {
            "start": 874416982,
            "stop": 874417004
        }
    ]
}