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=378
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=379",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=377",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 378,
    "results": [
        {
            "start": 825879006,
            "stop": 825879049
        },
        {
            "start": 825879053,
            "stop": 825879069
        },
        {
            "start": 825879076,
            "stop": 825879130
        },
        {
            "start": 825879139,
            "stop": 825879170
        },
        {
            "start": 825879250,
            "stop": 825879650
        },
        {
            "start": 825879730,
            "stop": 825879780
        },
        {
            "start": 825879840,
            "stop": 825880103
        },
        {
            "start": 825880107,
            "stop": 825880223
        },
        {
            "start": 825880236,
            "stop": 825880406
        },
        {
            "start": 825882824,
            "stop": 825882827
        },
        {
            "start": 825882831,
            "stop": 825882967
        },
        {
            "start": 825882970,
            "stop": 825882974
        },
        {
            "start": 825882981,
            "stop": 825883351
        },
        {
            "start": 825883359,
            "stop": 825883370
        },
        {
            "start": 825883450,
            "stop": 825883635
        },
        {
            "start": 825883644,
            "stop": 825883645
        },
        {
            "start": 825883649,
            "stop": 825883847
        },
        {
            "start": 825883856,
            "stop": 825883915
        },
        {
            "start": 825883919,
            "stop": 825883924
        },
        {
            "start": 825883943,
            "stop": 825883949
        }
    ]
}