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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=185",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=183",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 184,
    "results": [
        {
            "start": 932986775,
            "stop": 932986779
        },
        {
            "start": 932986816,
            "stop": 932986842
        },
        {
            "start": 932986872,
            "stop": 932986890
        },
        {
            "start": 932986942,
            "stop": 932986944
        },
        {
            "start": 932986981,
            "stop": 932986995
        },
        {
            "start": 932986996,
            "stop": 932987006
        },
        {
            "start": 932987073,
            "stop": 932987077
        },
        {
            "start": 932987241,
            "stop": 932987243
        },
        {
            "start": 932987336,
            "stop": 932987347
        },
        {
            "start": 932987436,
            "stop": 932987437
        },
        {
            "start": 932988018,
            "stop": 932988022
        },
        {
            "start": 932988423,
            "stop": 932988427
        },
        {
            "start": 932988512,
            "stop": 932988517
        },
        {
            "start": 932988622,
            "stop": 932988628
        },
        {
            "start": 932989919,
            "stop": 932989924
        },
        {
            "start": 932993893,
            "stop": 932993956
        },
        {
            "start": 932993975,
            "stop": 932993986
        },
        {
            "start": 932994015,
            "stop": 932994147
        },
        {
            "start": 932994166,
            "stop": 932994191
        },
        {
            "start": 932994193,
            "stop": 932994280
        }
    ]
}