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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8815",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8813",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8814,
    "results": [
        {
            "start": 872556022,
            "stop": 872556118
        },
        {
            "start": 872556137,
            "stop": 872556304
        },
        {
            "start": 872556323,
            "stop": 872556336
        },
        {
            "start": 872556366,
            "stop": 872556386
        },
        {
            "start": 872556421,
            "stop": 872556422
        },
        {
            "start": 872556441,
            "stop": 872556499
        },
        {
            "start": 872556518,
            "stop": 872557221
        },
        {
            "start": 872557238,
            "stop": 872557385
        },
        {
            "start": 872557404,
            "stop": 872557496
        },
        {
            "start": 872557515,
            "stop": 872558055
        },
        {
            "start": 872558083,
            "stop": 872558203
        },
        {
            "start": 872558222,
            "stop": 872558500
        },
        {
            "start": 872558519,
            "stop": 872558550
        },
        {
            "start": 872558568,
            "stop": 872558693
        },
        {
            "start": 872558710,
            "stop": 872558908
        },
        {
            "start": 872558925,
            "stop": 872559540
        },
        {
            "start": 872559557,
            "stop": 872560870
        },
        {
            "start": 872560887,
            "stop": 872560998
        },
        {
            "start": 872561015,
            "stop": 872561151
        },
        {
            "start": 872561170,
            "stop": 872561698
        }
    ]
}