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=208
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=209",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=207",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 208,
    "results": [
        {
            "start": 820898530,
            "stop": 820898653
        },
        {
            "start": 820898894,
            "stop": 820900615
        },
        {
            "start": 820900622,
            "stop": 820900817
        },
        {
            "start": 820900824,
            "stop": 820901632
        },
        {
            "start": 820901640,
            "stop": 820902270
        },
        {
            "start": 820902320,
            "stop": 820902934
        },
        {
            "start": 820902941,
            "stop": 820903370
        },
        {
            "start": 820903510,
            "stop": 820904761
        },
        {
            "start": 820904769,
            "stop": 820905644
        },
        {
            "start": 820905651,
            "stop": 820905683
        },
        {
            "start": 820905690,
            "stop": 820906112
        },
        {
            "start": 820906120,
            "stop": 820906633
        },
        {
            "start": 820906640,
            "stop": 820906957
        },
        {
            "start": 820906964,
            "stop": 820907558
        },
        {
            "start": 820907566,
            "stop": 820908022
        },
        {
            "start": 820908029,
            "stop": 820908183
        },
        {
            "start": 820908190,
            "stop": 820909106
        },
        {
            "start": 820909114,
            "stop": 820909491
        },
        {
            "start": 820909498,
            "stop": 820909800
        },
        {
            "start": 820909807,
            "stop": 820909844
        }
    ]
}