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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=253",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=251",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 252,
    "results": [
        {
            "start": 848232453,
            "stop": 848232464
        },
        {
            "start": 848232467,
            "stop": 848232473
        },
        {
            "start": 848232496,
            "stop": 848232681
        },
        {
            "start": 848232684,
            "stop": 848232690
        },
        {
            "start": 848232694,
            "stop": 848236561
        },
        {
            "start": 848236565,
            "stop": 848236886
        },
        {
            "start": 848236889,
            "stop": 848237053
        },
        {
            "start": 848237057,
            "stop": 848237072
        },
        {
            "start": 848237077,
            "stop": 848237102
        },
        {
            "start": 848237106,
            "stop": 848237193
        },
        {
            "start": 848237196,
            "stop": 848237246
        },
        {
            "start": 848237260,
            "stop": 848237294
        },
        {
            "start": 848237298,
            "stop": 848237318
        },
        {
            "start": 848237327,
            "stop": 848237423
        },
        {
            "start": 848237427,
            "stop": 848237537
        },
        {
            "start": 848237547,
            "stop": 848237591
        },
        {
            "start": 848237595,
            "stop": 848237721
        },
        {
            "start": 848237725,
            "stop": 848252521
        },
        {
            "start": 848252525,
            "stop": 848252536
        },
        {
            "start": 848252541,
            "stop": 848252551
        }
    ]
}