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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=857",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=855",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 856,
    "results": [
        {
            "start": 964150417,
            "stop": 964150790
        },
        {
            "start": 964150796,
            "stop": 964152620
        },
        {
            "start": 964153943,
            "stop": 964178646
        },
        {
            "start": 964181379,
            "stop": 964182401
        },
        {
            "start": 964183609,
            "stop": 964187524
        },
        {
            "start": 964189252,
            "stop": 964191634
        },
        {
            "start": 964192888,
            "stop": 964196848
        },
        {
            "start": 964197037,
            "stop": 964197309
        },
        {
            "start": 964203653,
            "stop": 964204258
        },
        {
            "start": 964205805,
            "stop": 964208704
        },
        {
            "start": 964210060,
            "stop": 964220898
        },
        {
            "start": 964225684,
            "stop": 964229896
        },
        {
            "start": 964229903,
            "stop": 964231168
        },
        {
            "start": 964231174,
            "stop": 964259462
        },
        {
            "start": 964260354,
            "stop": 964262656
        },
        {
            "start": 964264348,
            "stop": 964264857
        },
        {
            "start": 964266901,
            "stop": 964266988
        },
        {
            "start": 964268944,
            "stop": 964268949
        },
        {
            "start": 964313128,
            "stop": 964318001
        },
        {
            "start": 964318957,
            "stop": 964321541
        }
    ]
}