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=8775
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=8776",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8774",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8775,
    "results": [
        {
            "start": 872276674,
            "stop": 872276747
        },
        {
            "start": 872276766,
            "stop": 872276843
        },
        {
            "start": 872276863,
            "stop": 872276983
        },
        {
            "start": 872277018,
            "stop": 872277132
        },
        {
            "start": 872277149,
            "stop": 872277349
        },
        {
            "start": 872277369,
            "stop": 872277407
        },
        {
            "start": 872277441,
            "stop": 872277489
        },
        {
            "start": 872277533,
            "stop": 872277720
        },
        {
            "start": 872277739,
            "stop": 872277765
        },
        {
            "start": 872277796,
            "stop": 872277942
        },
        {
            "start": 872277962,
            "stop": 872277965
        },
        {
            "start": 872277984,
            "stop": 872278086
        },
        {
            "start": 872278105,
            "stop": 872278708
        },
        {
            "start": 872278727,
            "stop": 872278918
        },
        {
            "start": 872278935,
            "stop": 872279393
        },
        {
            "start": 872279444,
            "stop": 872279541
        },
        {
            "start": 872279563,
            "stop": 872279598
        },
        {
            "start": 872279617,
            "stop": 872279640
        },
        {
            "start": 872279659,
            "stop": 872279701
        },
        {
            "start": 872279721,
            "stop": 872279775
        }
    ]
}