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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=246",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=244",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 245,
    "results": [
        {
            "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": 820909260
        },
        {
            "start": 820909380,
            "stop": 820909491
        },
        {
            "start": 820909498,
            "stop": 820909800
        },
        {
            "start": 820909807,
            "stop": 820909844
        },
        {
            "start": 820909851,
            "stop": 820909872
        },
        {
            "start": 820910486,
            "stop": 820910674
        },
        {
            "start": 820910682,
            "stop": 820911177
        },
        {
            "start": 820911185,
            "stop": 820911389
        },
        {
            "start": 820911397,
            "stop": 820911660
        }
    ]
}