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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7419",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7417",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7418,
    "results": [
        {
            "start": 969797209,
            "stop": 969797217
        },
        {
            "start": 969797220,
            "stop": 969797383
        },
        {
            "start": 969797386,
            "stop": 969797901
        },
        {
            "start": 969797904,
            "stop": 969798363
        },
        {
            "start": 969798366,
            "stop": 969798387
        },
        {
            "start": 969798390,
            "stop": 969798773
        },
        {
            "start": 969798776,
            "stop": 969798791
        },
        {
            "start": 969806271,
            "stop": 969806627
        },
        {
            "start": 969806747,
            "stop": 969806857
        },
        {
            "start": 969806860,
            "stop": 969807600
        },
        {
            "start": 969807603,
            "stop": 969807767
        },
        {
            "start": 969807887,
            "stop": 969807909
        },
        {
            "start": 969807912,
            "stop": 969807947
        },
        {
            "start": 969808187,
            "stop": 969808257
        },
        {
            "start": 969808260,
            "stop": 969808269
        },
        {
            "start": 969808272,
            "stop": 969808607
        },
        {
            "start": 969808727,
            "stop": 969808846
        },
        {
            "start": 969808907,
            "stop": 969809207
        },
        {
            "start": 969809387,
            "stop": 969809398
        },
        {
            "start": 969809411,
            "stop": 969809458
        }
    ]
}