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=8923
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=8924",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8922",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8923,
    "results": [
        {
            "start": 873473954,
            "stop": 873474249
        },
        {
            "start": 873474269,
            "stop": 873474377
        },
        {
            "start": 873474398,
            "stop": 873474610
        },
        {
            "start": 873474630,
            "stop": 873475074
        },
        {
            "start": 873475093,
            "stop": 873475213
        },
        {
            "start": 873475234,
            "stop": 873475239
        },
        {
            "start": 873475275,
            "stop": 873475306
        },
        {
            "start": 873475327,
            "stop": 873475332
        },
        {
            "start": 873475355,
            "stop": 873475358
        },
        {
            "start": 873475381,
            "stop": 873475682
        },
        {
            "start": 873475710,
            "stop": 873475770
        },
        {
            "start": 873475801,
            "stop": 873476140
        },
        {
            "start": 873476157,
            "stop": 873476220
        },
        {
            "start": 873476280,
            "stop": 873476337
        },
        {
            "start": 873476640,
            "stop": 873476771
        },
        {
            "start": 873476857,
            "stop": 873477090
        },
        {
            "start": 873477110,
            "stop": 873477258
        },
        {
            "start": 873477280,
            "stop": 873478237
        },
        {
            "start": 873478267,
            "stop": 873478318
        },
        {
            "start": 873478353,
            "stop": 873478372
        }
    ]
}