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=8882
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=8883",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8881",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8882,
    "results": [
        {
            "start": 873211538,
            "stop": 873211548
        },
        {
            "start": 873211565,
            "stop": 873211576
        },
        {
            "start": 873211593,
            "stop": 873211636
        },
        {
            "start": 873211670,
            "stop": 873211680
        },
        {
            "start": 873211697,
            "stop": 873211721
        },
        {
            "start": 873211740,
            "stop": 873211762
        },
        {
            "start": 873211806,
            "stop": 873211812
        },
        {
            "start": 873211847,
            "stop": 873211870
        },
        {
            "start": 873211889,
            "stop": 873211911
        },
        {
            "start": 873211930,
            "stop": 873212037
        },
        {
            "start": 873212054,
            "stop": 873212069
        },
        {
            "start": 873212090,
            "stop": 873212111
        },
        {
            "start": 873212128,
            "stop": 873212461
        },
        {
            "start": 873212481,
            "stop": 873212701
        },
        {
            "start": 873212720,
            "stop": 873212728
        },
        {
            "start": 873212745,
            "stop": 873212769
        },
        {
            "start": 873212788,
            "stop": 873212845
        },
        {
            "start": 873212862,
            "stop": 873212921
        },
        {
            "start": 873212941,
            "stop": 873212974
        },
        {
            "start": 873212993,
            "stop": 873213035
        }
    ]
}