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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=131",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=129",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 130,
    "results": [
        {
            "start": 820106110,
            "stop": 820106214
        },
        {
            "start": 820106222,
            "stop": 820106713
        },
        {
            "start": 820107411,
            "stop": 820107768
        },
        {
            "start": 820107775,
            "stop": 820107853
        },
        {
            "start": 820107893,
            "stop": 820107894
        },
        {
            "start": 820111501,
            "stop": 820111753
        },
        {
            "start": 820113112,
            "stop": 820113582
        },
        {
            "start": 820113589,
            "stop": 820114033
        },
        {
            "start": 820114074,
            "stop": 820114075
        },
        {
            "start": 820114140,
            "stop": 820114170
        },
        {
            "start": 820114254,
            "stop": 820114258
        },
        {
            "start": 820117428,
            "stop": 820117439
        },
        {
            "start": 820117446,
            "stop": 820117850
        },
        {
            "start": 820117857,
            "stop": 820122766
        },
        {
            "start": 820122773,
            "stop": 820123850
        },
        {
            "start": 820123892,
            "stop": 820128735
        },
        {
            "start": 820128742,
            "stop": 820128891
        },
        {
            "start": 820128898,
            "stop": 820129659
        },
        {
            "start": 820129666,
            "stop": 820130068
        },
        {
            "start": 820130075,
            "stop": 820133039
        }
    ]
}