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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=219",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=217",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 218,
    "results": [
        {
            "start": 821147283,
            "stop": 821147471
        },
        {
            "start": 821147479,
            "stop": 821147483
        },
        {
            "start": 821147491,
            "stop": 821147510
        },
        {
            "start": 821147520,
            "stop": 821147525
        },
        {
            "start": 821147533,
            "stop": 821147540
        },
        {
            "start": 821147572,
            "stop": 821147578
        },
        {
            "start": 821147586,
            "stop": 821147595
        },
        {
            "start": 821147603,
            "stop": 821147605
        },
        {
            "start": 821147625,
            "stop": 821147641
        },
        {
            "start": 821147651,
            "stop": 821147685
        },
        {
            "start": 821147698,
            "stop": 821147702
        },
        {
            "start": 821147716,
            "stop": 821147721
        },
        {
            "start": 821147738,
            "stop": 821147753
        },
        {
            "start": 821147761,
            "stop": 821147769
        },
        {
            "start": 821147777,
            "stop": 821147824
        },
        {
            "start": 821147832,
            "stop": 821147891
        },
        {
            "start": 821147902,
            "stop": 821147995
        },
        {
            "start": 821148003,
            "stop": 821148010
        },
        {
            "start": 821148023,
            "stop": 821148032
        },
        {
            "start": 821148052,
            "stop": 821148099
        }
    ]
}