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=459
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=460",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=458",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 459,
    "results": [
        {
            "start": 827572349,
            "stop": 827573644
        },
        {
            "start": 827573651,
            "stop": 827577770
        },
        {
            "start": 827577850,
            "stop": 827588460
        },
        {
            "start": 827588467,
            "stop": 827588635
        },
        {
            "start": 827591185,
            "stop": 827591210
        },
        {
            "start": 827591350,
            "stop": 827592237
        },
        {
            "start": 827592244,
            "stop": 827593130
        },
        {
            "start": 827593210,
            "stop": 827595096
        },
        {
            "start": 827595103,
            "stop": 827595199
        },
        {
            "start": 827595206,
            "stop": 827595240
        },
        {
            "start": 827595300,
            "stop": 827595660
        },
        {
            "start": 827595667,
            "stop": 827596020
        },
        {
            "start": 827596080,
            "stop": 827596378
        },
        {
            "start": 827596440,
            "stop": 827596620
        },
        {
            "start": 827596680,
            "stop": 827596686
        },
        {
            "start": 827596715,
            "stop": 827596740
        },
        {
            "start": 827596800,
            "stop": 827597287
        },
        {
            "start": 827611031,
            "stop": 827611088
        },
        {
            "start": 827611095,
            "stop": 827611130
        },
        {
            "start": 827611573,
            "stop": 827612483
        }
    ]
}