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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8753",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8751",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8752,
    "results": [
        {
            "start": 873090840,
            "stop": 873090877
        },
        {
            "start": 873090884,
            "stop": 873090960
        },
        {
            "start": 873091020,
            "stop": 873091320
        },
        {
            "start": 873091380,
            "stop": 873091440
        },
        {
            "start": 873091500,
            "stop": 873091620
        },
        {
            "start": 873091680,
            "stop": 873091800
        },
        {
            "start": 873091980,
            "stop": 873092040
        },
        {
            "start": 873092100,
            "stop": 873092160
        },
        {
            "start": 873092220,
            "stop": 873092700
        },
        {
            "start": 873092820,
            "stop": 873092880
        },
        {
            "start": 873092940,
            "stop": 873093000
        },
        {
            "start": 873093060,
            "stop": 873093067
        },
        {
            "start": 873093074,
            "stop": 873093120
        },
        {
            "start": 873093180,
            "stop": 873093360
        },
        {
            "start": 873093420,
            "stop": 873093480
        },
        {
            "start": 873093540,
            "stop": 873093600
        },
        {
            "start": 873093660,
            "stop": 873094860
        },
        {
            "start": 873094920,
            "stop": 873095460
        },
        {
            "start": 873095520,
            "stop": 873095819
        },
        {
            "start": 873095836,
            "stop": 873095940
        }
    ]
}