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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=211",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=209",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 210,
    "results": [
        {
            "start": 818212009,
            "stop": 818212014
        },
        {
            "start": 818212028,
            "stop": 818212029
        },
        {
            "start": 818212032,
            "stop": 818212037
        },
        {
            "start": 818212049,
            "stop": 818212050
        },
        {
            "start": 818212068,
            "stop": 818212073
        },
        {
            "start": 818212078,
            "stop": 818212079
        },
        {
            "start": 818212092,
            "stop": 818212093
        },
        {
            "start": 818212108,
            "stop": 818212112
        },
        {
            "start": 818212123,
            "stop": 818212124
        },
        {
            "start": 818212127,
            "stop": 818212128
        },
        {
            "start": 818212134,
            "stop": 818212138
        },
        {
            "start": 818212165,
            "stop": 818212166
        },
        {
            "start": 818212172,
            "stop": 818212173
        },
        {
            "start": 818212194,
            "stop": 818212196
        },
        {
            "start": 818212205,
            "stop": 818212206
        },
        {
            "start": 818212215,
            "stop": 818212216
        },
        {
            "start": 818212219,
            "stop": 818212220
        },
        {
            "start": 818212223,
            "stop": 818212224
        },
        {
            "start": 818212227,
            "stop": 818212229
        },
        {
            "start": 818212237,
            "stop": 818212241
        }
    ]
}