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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8907",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8905",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8906,
    "results": [
        {
            "start": 873372384,
            "stop": 873372586
        },
        {
            "start": 873372610,
            "stop": 873372837
        },
        {
            "start": 873372856,
            "stop": 873372907
        },
        {
            "start": 873372935,
            "stop": 873373235
        },
        {
            "start": 873373255,
            "stop": 873373397
        },
        {
            "start": 873373417,
            "stop": 873373550
        },
        {
            "start": 873373577,
            "stop": 873374198
        },
        {
            "start": 873374217,
            "stop": 873374465
        },
        {
            "start": 873374484,
            "stop": 873374993
        },
        {
            "start": 873375012,
            "stop": 873375100
        },
        {
            "start": 873375117,
            "stop": 873375648
        },
        {
            "start": 873375668,
            "stop": 873376060
        },
        {
            "start": 873376079,
            "stop": 873376276
        },
        {
            "start": 873376294,
            "stop": 873377220
        },
        {
            "start": 873377440,
            "stop": 873377508
        },
        {
            "start": 873377590,
            "stop": 873377597
        },
        {
            "start": 873377617,
            "stop": 873377645
        },
        {
            "start": 873377664,
            "stop": 873377700
        },
        {
            "start": 873377768,
            "stop": 873377880
        },
        {
            "start": 873377940,
            "stop": 873378000
        }
    ]
}