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=359
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=360",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=358",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 359,
    "results": [
        {
            "start": 818848424,
            "stop": 818848441
        },
        {
            "start": 818848460,
            "stop": 818848469
        },
        {
            "start": 818848560,
            "stop": 818848566
        },
        {
            "start": 818848676,
            "stop": 818848685
        },
        {
            "start": 818848838,
            "stop": 818848851
        },
        {
            "start": 818848875,
            "stop": 818848878
        },
        {
            "start": 818848898,
            "stop": 818848903
        },
        {
            "start": 818848974,
            "stop": 818848987
        },
        {
            "start": 818849022,
            "stop": 818849025
        },
        {
            "start": 818849055,
            "stop": 818849061
        },
        {
            "start": 818849125,
            "stop": 818849140
        },
        {
            "start": 818849231,
            "stop": 818849236
        },
        {
            "start": 818849320,
            "stop": 818849333
        },
        {
            "start": 818849406,
            "stop": 818849412
        },
        {
            "start": 818849432,
            "stop": 818849450
        },
        {
            "start": 818849498,
            "stop": 818849509
        },
        {
            "start": 818849577,
            "stop": 818849579
        },
        {
            "start": 818849799,
            "stop": 818849844
        },
        {
            "start": 818849905,
            "stop": 818849913
        },
        {
            "start": 818849941,
            "stop": 818849945
        }
    ]
}