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=339
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=340",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=338",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 339,
    "results": [
        {
            "start": 862203713,
            "stop": 862204963
        },
        {
            "start": 862204981,
            "stop": 862207417
        },
        {
            "start": 862207717,
            "stop": 862209330
        },
        {
            "start": 862209450,
            "stop": 862242826
        },
        {
            "start": 862242845,
            "stop": 862245525
        },
        {
            "start": 862245544,
            "stop": 862246242
        },
        {
            "start": 862246261,
            "stop": 862250245
        },
        {
            "start": 862250283,
            "stop": 862251132
        },
        {
            "start": 862251153,
            "stop": 862251162
        },
        {
            "start": 862251248,
            "stop": 862253644
        },
        {
            "start": 862253666,
            "stop": 862253669
        },
        {
            "start": 862253691,
            "stop": 862253697
        },
        {
            "start": 862253718,
            "stop": 862255385
        },
        {
            "start": 862255405,
            "stop": 862255494
        },
        {
            "start": 862255516,
            "stop": 862258048
        },
        {
            "start": 862259928,
            "stop": 862262489
        },
        {
            "start": 862262789,
            "stop": 862265279
        },
        {
            "start": 862265301,
            "stop": 862265304
        },
        {
            "start": 862265353,
            "stop": 862278581
        },
        {
            "start": 862279110,
            "stop": 862312808
        }
    ]
}