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=386
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=387",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=385",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 386,
    "results": [
        {
            "start": 825909425,
            "stop": 825909446
        },
        {
            "start": 825909453,
            "stop": 825909478
        },
        {
            "start": 825909489,
            "stop": 825909491
        },
        {
            "start": 825909503,
            "stop": 825909567
        },
        {
            "start": 825909574,
            "stop": 825909584
        },
        {
            "start": 825909591,
            "stop": 825909600
        },
        {
            "start": 825909660,
            "stop": 825909714
        },
        {
            "start": 825909717,
            "stop": 825909728
        },
        {
            "start": 825909732,
            "stop": 825909766
        },
        {
            "start": 825909773,
            "stop": 825909779
        },
        {
            "start": 825909840,
            "stop": 825909863
        },
        {
            "start": 825909867,
            "stop": 825909887
        },
        {
            "start": 825909890,
            "stop": 825909896
        },
        {
            "start": 825909903,
            "stop": 825909906
        },
        {
            "start": 825909915,
            "stop": 825909921
        },
        {
            "start": 825909925,
            "stop": 825909960
        },
        {
            "start": 825910080,
            "stop": 825910111
        },
        {
            "start": 825910123,
            "stop": 825910141
        },
        {
            "start": 825910159,
            "stop": 825910164
        },
        {
            "start": 825912202,
            "stop": 825912213
        }
    ]
}