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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=226",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=224",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 225,
    "results": [
        {
            "start": 850061982,
            "stop": 850062042
        },
        {
            "start": 850062076,
            "stop": 850062112
        },
        {
            "start": 850062131,
            "stop": 850062186
        },
        {
            "start": 850062296,
            "stop": 850062531
        },
        {
            "start": 850062548,
            "stop": 850062599
        },
        {
            "start": 850062623,
            "stop": 850062667
        },
        {
            "start": 850063306,
            "stop": 850063782
        },
        {
            "start": 850063799,
            "stop": 850063800
        },
        {
            "start": 850063817,
            "stop": 850064038
        },
        {
            "start": 850064398,
            "stop": 850064417
        },
        {
            "start": 850064438,
            "stop": 850064512
        },
        {
            "start": 850064533,
            "stop": 850064564
        },
        {
            "start": 850064674,
            "stop": 850064687
        },
        {
            "start": 850064987,
            "stop": 850065031
        },
        {
            "start": 850065351,
            "stop": 850065378
        },
        {
            "start": 850065488,
            "stop": 850065532
        },
        {
            "start": 850065985,
            "stop": 850066014
        },
        {
            "start": 850066037,
            "stop": 850066039
        },
        {
            "start": 850066107,
            "stop": 850066137
        },
        {
            "start": 850066171,
            "stop": 850066180
        }
    ]
}