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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5108",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5106",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5107,
    "results": [
        {
            "start": 873397685,
            "stop": 873397690
        },
        {
            "start": 873397740,
            "stop": 873397751
        },
        {
            "start": 873397758,
            "stop": 873397769
        },
        {
            "start": 873397843,
            "stop": 873397915
        },
        {
            "start": 873397952,
            "stop": 873398031
        },
        {
            "start": 873398039,
            "stop": 873398128
        },
        {
            "start": 873398189,
            "stop": 873398193
        },
        {
            "start": 873398420,
            "stop": 873398700
        },
        {
            "start": 873398707,
            "stop": 873398743
        },
        {
            "start": 873398750,
            "stop": 873398799
        },
        {
            "start": 873398806,
            "stop": 873398906
        },
        {
            "start": 873398942,
            "stop": 873399383
        },
        {
            "start": 873399390,
            "stop": 873399450
        },
        {
            "start": 873399502,
            "stop": 873399540
        },
        {
            "start": 873399577,
            "stop": 873399627
        },
        {
            "start": 873399634,
            "stop": 873399683
        },
        {
            "start": 873399690,
            "stop": 873399727
        },
        {
            "start": 873399735,
            "stop": 873400037
        },
        {
            "start": 873400044,
            "stop": 873400069
        },
        {
            "start": 873400077,
            "stop": 873400143
        }
    ]
}