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=7904
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=7905",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7903",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 7904,
    "results": [
        {
            "start": 969980562,
            "stop": 969980576
        },
        {
            "start": 969980579,
            "stop": 969980591
        },
        {
            "start": 969980596,
            "stop": 969980631
        },
        {
            "start": 969980634,
            "stop": 969980888
        },
        {
            "start": 969980892,
            "stop": 969980914
        },
        {
            "start": 969980922,
            "stop": 969980931
        },
        {
            "start": 969980934,
            "stop": 969980939
        },
        {
            "start": 969980942,
            "stop": 969980956
        },
        {
            "start": 969980961,
            "stop": 969980962
        },
        {
            "start": 969980972,
            "stop": 969980978
        },
        {
            "start": 969980986,
            "stop": 969980991
        },
        {
            "start": 969981002,
            "stop": 969981010
        },
        {
            "start": 969981013,
            "stop": 969981035
        },
        {
            "start": 969981038,
            "stop": 969981107
        },
        {
            "start": 969981110,
            "stop": 969981183
        },
        {
            "start": 969981187,
            "stop": 969981245
        },
        {
            "start": 969981248,
            "stop": 969981269
        },
        {
            "start": 969981278,
            "stop": 969981289
        },
        {
            "start": 969981294,
            "stop": 969981304
        },
        {
            "start": 969981307,
            "stop": 969981308
        }
    ]
}