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=69
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=70",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=68",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 69,
    "results": [
        {
            "start": 818098844,
            "stop": 818106566
        },
        {
            "start": 818106573,
            "stop": 818110860
        },
        {
            "start": 818110920,
            "stop": 818112770
        },
        {
            "start": 818120524,
            "stop": 818121071
        },
        {
            "start": 818121075,
            "stop": 818130342
        },
        {
            "start": 818130581,
            "stop": 818145073
        },
        {
            "start": 818145093,
            "stop": 818145094
        },
        {
            "start": 818146101,
            "stop": 818159113
        },
        {
            "start": 818159119,
            "stop": 818160988
        },
        {
            "start": 818164648,
            "stop": 818165202
        },
        {
            "start": 818165206,
            "stop": 818172829
        },
        {
            "start": 818172833,
            "stop": 818172853
        },
        {
            "start": 818174757,
            "stop": 818180053
        },
        {
            "start": 818180105,
            "stop": 818180106
        },
        {
            "start": 818181463,
            "stop": 818182033
        },
        {
            "start": 818188750,
            "stop": 818193050
        },
        {
            "start": 818193130,
            "stop": 818198390
        },
        {
            "start": 818198470,
            "stop": 818198923
        },
        {
            "start": 818199104,
            "stop": 818206514
        },
        {
            "start": 818207218,
            "stop": 818227407
        }
    ]
}