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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2138",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2136",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2137,
    "results": [
        {
            "start": 872248331,
            "stop": 872248468
        },
        {
            "start": 872248496,
            "stop": 872248499
        },
        {
            "start": 872248519,
            "stop": 872248536
        },
        {
            "start": 872248559,
            "stop": 872248805
        },
        {
            "start": 872248840,
            "stop": 872248966
        },
        {
            "start": 872248985,
            "stop": 872249000
        },
        {
            "start": 872249019,
            "stop": 872249191
        },
        {
            "start": 872249219,
            "stop": 872249288
        },
        {
            "start": 872249310,
            "stop": 872249334
        },
        {
            "start": 872249354,
            "stop": 872249530
        },
        {
            "start": 872249549,
            "stop": 872250348
        },
        {
            "start": 872250367,
            "stop": 872250373
        },
        {
            "start": 872250392,
            "stop": 872250542
        },
        {
            "start": 872250567,
            "stop": 872250691
        },
        {
            "start": 872250708,
            "stop": 872250728
        },
        {
            "start": 872250747,
            "stop": 872251151
        },
        {
            "start": 872251168,
            "stop": 872251665
        },
        {
            "start": 872251684,
            "stop": 872253014
        },
        {
            "start": 872253031,
            "stop": 872253038
        },
        {
            "start": 872255523,
            "stop": 872255528
        }
    ]
}