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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2288",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2286",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2287,
    "results": [
        {
            "start": 871047500,
            "stop": 871047524
        },
        {
            "start": 871047563,
            "stop": 871048358
        },
        {
            "start": 871048375,
            "stop": 871048490
        },
        {
            "start": 871048690,
            "stop": 871049090
        },
        {
            "start": 871049170,
            "stop": 871050710
        },
        {
            "start": 871050850,
            "stop": 871051490
        },
        {
            "start": 871051570,
            "stop": 871052030
        },
        {
            "start": 871052110,
            "stop": 871054546
        },
        {
            "start": 871054587,
            "stop": 871055122
        },
        {
            "start": 871055160,
            "stop": 871055510
        },
        {
            "start": 871055590,
            "stop": 871057022
        },
        {
            "start": 871057060,
            "stop": 871057070
        },
        {
            "start": 871057150,
            "stop": 871057160
        },
        {
            "start": 871057346,
            "stop": 871057347
        },
        {
            "start": 871057351,
            "stop": 871059276
        },
        {
            "start": 871059293,
            "stop": 871059410
        },
        {
            "start": 871059550,
            "stop": 871059590
        },
        {
            "start": 871059730,
            "stop": 871060105
        },
        {
            "start": 871060109,
            "stop": 871060977
        },
        {
            "start": 871061015,
            "stop": 871061137
        }
    ]
}