Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1296
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1297",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1295",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1296,
    "results": [
        {
            "start": 960255368,
            "stop": 960255385
        },
        {
            "start": 960255387,
            "stop": 960255489
        },
        {
            "start": 960255492,
            "stop": 960255496
        },
        {
            "start": 960255498,
            "stop": 960255502
        },
        {
            "start": 960255505,
            "stop": 960255552
        },
        {
            "start": 960255554,
            "stop": 960255560
        },
        {
            "start": 960255562,
            "stop": 960255595
        },
        {
            "start": 960255597,
            "stop": 960255693
        },
        {
            "start": 960255695,
            "stop": 960255837
        },
        {
            "start": 960255840,
            "stop": 960256023
        },
        {
            "start": 960256025,
            "stop": 960256029
        },
        {
            "start": 960256032,
            "stop": 960256034
        },
        {
            "start": 960256036,
            "stop": 960257236
        },
        {
            "start": 960257238,
            "stop": 960257889
        },
        {
            "start": 960257891,
            "stop": 960259119
        },
        {
            "start": 960259121,
            "stop": 960260805
        },
        {
            "start": 960260806,
            "stop": 960261221
        },
        {
            "start": 960261223,
            "stop": 960261258
        },
        {
            "start": 960261260,
            "stop": 960261721
        },
        {
            "start": 960261723,
            "stop": 960261812
        }
    ]
}