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=2308
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=2309",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2307",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2308,
    "results": [
        {
            "start": 871477386,
            "stop": 871477731
        },
        {
            "start": 871477748,
            "stop": 871478037
        },
        {
            "start": 871478069,
            "stop": 871480934
        },
        {
            "start": 871480951,
            "stop": 871481582
        },
        {
            "start": 871481599,
            "stop": 871481921
        },
        {
            "start": 871481938,
            "stop": 871482987
        },
        {
            "start": 871483005,
            "stop": 871483610
        },
        {
            "start": 871483750,
            "stop": 871485887
        },
        {
            "start": 871485904,
            "stop": 871487296
        },
        {
            "start": 871487313,
            "stop": 871487392
        },
        {
            "start": 871487409,
            "stop": 871487576
        },
        {
            "start": 871487593,
            "stop": 871488079
        },
        {
            "start": 871488096,
            "stop": 871491230
        },
        {
            "start": 871491370,
            "stop": 871493448
        },
        {
            "start": 871493474,
            "stop": 871494449
        },
        {
            "start": 871494466,
            "stop": 871496333
        },
        {
            "start": 871496350,
            "stop": 871498560
        },
        {
            "start": 871498620,
            "stop": 871499187
        },
        {
            "start": 871499204,
            "stop": 871499587
        },
        {
            "start": 871499607,
            "stop": 871499657
        }
    ]
}