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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=307",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=305",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 306,
    "results": [
        {
            "start": 935201055,
            "stop": 935201582
        },
        {
            "start": 935201585,
            "stop": 935201819
        },
        {
            "start": 935201939,
            "stop": 935202566
        },
        {
            "start": 935202626,
            "stop": 935203266
        },
        {
            "start": 935203269,
            "stop": 935203866
        },
        {
            "start": 935203869,
            "stop": 935203882
        },
        {
            "start": 935203884,
            "stop": 935204415
        },
        {
            "start": 935204655,
            "stop": 935205831
        },
        {
            "start": 935205834,
            "stop": 935206052
        },
        {
            "start": 935206172,
            "stop": 935207047
        },
        {
            "start": 935207050,
            "stop": 935208015
        },
        {
            "start": 935208255,
            "stop": 935209411
        },
        {
            "start": 935209430,
            "stop": 935209927
        },
        {
            "start": 935209930,
            "stop": 935210231
        },
        {
            "start": 935212593,
            "stop": 935213963
        },
        {
            "start": 935213965,
            "stop": 935214259
        },
        {
            "start": 935215876,
            "stop": 935216212
        },
        {
            "start": 935216215,
            "stop": 935216708
        },
        {
            "start": 935216711,
            "stop": 935217054
        },
        {
            "start": 935217056,
            "stop": 935218569
        }
    ]
}