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=2371
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=2372",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2370",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2371,
    "results": [
        {
            "start": 872513385,
            "stop": 872513504
        },
        {
            "start": 872513685,
            "stop": 872514210
        },
        {
            "start": 872514217,
            "stop": 872514497
        },
        {
            "start": 872514514,
            "stop": 872514835
        },
        {
            "start": 872514839,
            "stop": 872515529
        },
        {
            "start": 872518631,
            "stop": 872519115
        },
        {
            "start": 872519187,
            "stop": 872520710
        },
        {
            "start": 872520790,
            "stop": 872522264
        },
        {
            "start": 872522303,
            "stop": 872522319
        },
        {
            "start": 872522358,
            "stop": 872524712
        },
        {
            "start": 872524749,
            "stop": 872525090
        },
        {
            "start": 872525170,
            "stop": 872525955
        },
        {
            "start": 872525972,
            "stop": 872525990
        },
        {
            "start": 872526070,
            "stop": 872526218
        },
        {
            "start": 872526266,
            "stop": 872527010
        },
        {
            "start": 872527027,
            "stop": 872527140
        },
        {
            "start": 872527205,
            "stop": 872528823
        },
        {
            "start": 872528831,
            "stop": 872530443
        },
        {
            "start": 872530595,
            "stop": 872532450
        },
        {
            "start": 872532516,
            "stop": 872533850
        }
    ]
}