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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7917",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7915",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 7916,
    "results": [
        {
            "start": 969990623,
            "stop": 969990632
        },
        {
            "start": 969990638,
            "stop": 969990652
        },
        {
            "start": 969990656,
            "stop": 969990661
        },
        {
            "start": 969990665,
            "stop": 969990672
        },
        {
            "start": 969990682,
            "stop": 969990689
        },
        {
            "start": 969990694,
            "stop": 969990711
        },
        {
            "start": 969990714,
            "stop": 969990721
        },
        {
            "start": 969990726,
            "stop": 969990732
        },
        {
            "start": 969990736,
            "stop": 969990767
        },
        {
            "start": 969990770,
            "stop": 969990807
        },
        {
            "start": 969990810,
            "stop": 969990817
        },
        {
            "start": 969990820,
            "stop": 969990835
        },
        {
            "start": 969990839,
            "stop": 969990917
        },
        {
            "start": 969990920,
            "stop": 969990945
        },
        {
            "start": 969990948,
            "stop": 969990984
        },
        {
            "start": 969990987,
            "stop": 969991124
        },
        {
            "start": 969991127,
            "stop": 969991142
        },
        {
            "start": 969991145,
            "stop": 969991176
        },
        {
            "start": 969991179,
            "stop": 969991211
        },
        {
            "start": 969991219,
            "stop": 969991463
        }
    ]
}