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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=47025",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=47023",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 47024,
    "results": [
        {
            "start": 875228868,
            "stop": 875228870
        },
        {
            "start": 875228873,
            "stop": 875228894
        },
        {
            "start": 875228897,
            "stop": 875228900
        },
        {
            "start": 875228902,
            "stop": 875228908
        },
        {
            "start": 875228911,
            "stop": 875228930
        },
        {
            "start": 875228933,
            "stop": 875228944
        },
        {
            "start": 875228949,
            "stop": 875228958
        },
        {
            "start": 875228961,
            "stop": 875228962
        },
        {
            "start": 875228966,
            "stop": 875228969
        },
        {
            "start": 875228970,
            "stop": 875228998
        },
        {
            "start": 875228999,
            "stop": 875229040
        },
        {
            "start": 875229041,
            "stop": 875229058
        },
        {
            "start": 875229059,
            "stop": 875229072
        },
        {
            "start": 875229075,
            "stop": 875229089
        },
        {
            "start": 875229090,
            "stop": 875229097
        },
        {
            "start": 875229104,
            "stop": 875229106
        },
        {
            "start": 875229109,
            "stop": 875229134
        },
        {
            "start": 875229137,
            "stop": 875229184
        },
        {
            "start": 875229188,
            "stop": 875229226
        },
        {
            "start": 875229227,
            "stop": 875229261
        }
    ]
}