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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=469",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=467",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 468,
    "results": [
        {
            "start": 825982594,
            "stop": 825982664
        },
        {
            "start": 825982684,
            "stop": 825982706
        },
        {
            "start": 825982709,
            "stop": 825982712
        },
        {
            "start": 825982732,
            "stop": 825983016
        },
        {
            "start": 825983033,
            "stop": 825983467
        },
        {
            "start": 825983484,
            "stop": 825983590
        },
        {
            "start": 825983609,
            "stop": 825985729
        },
        {
            "start": 825985746,
            "stop": 825985950
        },
        {
            "start": 825985953,
            "stop": 825986246
        },
        {
            "start": 825986249,
            "stop": 825986334
        },
        {
            "start": 825986356,
            "stop": 825986651
        },
        {
            "start": 825986654,
            "stop": 825986781
        },
        {
            "start": 825986785,
            "stop": 825987649
        },
        {
            "start": 825988803,
            "stop": 825988913
        },
        {
            "start": 825989023,
            "stop": 825989521
        },
        {
            "start": 825989821,
            "stop": 825990271
        },
        {
            "start": 825990274,
            "stop": 825990377
        },
        {
            "start": 825990380,
            "stop": 825990431
        },
        {
            "start": 825990434,
            "stop": 825990932
        },
        {
            "start": 825990953,
            "stop": 825990960
        }
    ]
}