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=41083
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=41084",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41082",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41083,
    "results": [
        {
            "start": 875215774,
            "stop": 875215828
        },
        {
            "start": 875215829,
            "stop": 875215865
        },
        {
            "start": 875215866,
            "stop": 875215900
        },
        {
            "start": 875215901,
            "stop": 875215908
        },
        {
            "start": 875215909,
            "stop": 875215914
        },
        {
            "start": 875215915,
            "stop": 875215934
        },
        {
            "start": 875215937,
            "stop": 875215955
        },
        {
            "start": 875215956,
            "stop": 875215971
        },
        {
            "start": 875215972,
            "stop": 875216022
        },
        {
            "start": 875216023,
            "stop": 875216073
        },
        {
            "start": 875216074,
            "stop": 875216089
        },
        {
            "start": 875216090,
            "stop": 875216092
        },
        {
            "start": 875216093,
            "stop": 875216110
        },
        {
            "start": 875216111,
            "stop": 875216124
        },
        {
            "start": 875216125,
            "stop": 875216134
        },
        {
            "start": 875216135,
            "stop": 875216157
        },
        {
            "start": 875216159,
            "stop": 875216206
        },
        {
            "start": 875216208,
            "stop": 875216218
        },
        {
            "start": 875216219,
            "stop": 875216248
        },
        {
            "start": 875216249,
            "stop": 875216274
        }
    ]
}