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=7231
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=7232",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7230",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7231,
    "results": [
        {
            "start": 874788419,
            "stop": 874788443
        },
        {
            "start": 874788444,
            "stop": 874788496
        },
        {
            "start": 874788497,
            "stop": 874788645
        },
        {
            "start": 874788647,
            "stop": 874788757
        },
        {
            "start": 874788758,
            "stop": 874789667
        },
        {
            "start": 874789669,
            "stop": 874789773
        },
        {
            "start": 874789774,
            "stop": 874790096
        },
        {
            "start": 874790097,
            "stop": 874790214
        },
        {
            "start": 874790215,
            "stop": 874790305
        },
        {
            "start": 874790306,
            "stop": 874790498
        },
        {
            "start": 874790501,
            "stop": 874790525
        },
        {
            "start": 874790533,
            "stop": 874791401
        },
        {
            "start": 874791402,
            "stop": 874791464
        },
        {
            "start": 874791465,
            "stop": 874791703
        },
        {
            "start": 874791704,
            "stop": 874791897
        },
        {
            "start": 874791899,
            "stop": 874792081
        },
        {
            "start": 874792082,
            "stop": 874792352
        },
        {
            "start": 874792353,
            "stop": 874792850
        },
        {
            "start": 874792851,
            "stop": 874793011
        },
        {
            "start": 874793012,
            "stop": 874793014
        }
    ]
}