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=211
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=212",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=210",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 211,
    "results": [
        {
            "start": 818212252,
            "stop": 818212254
        },
        {
            "start": 818212303,
            "stop": 818212305
        },
        {
            "start": 818212309,
            "stop": 818212310
        },
        {
            "start": 818212313,
            "stop": 818212318
        },
        {
            "start": 818212333,
            "stop": 818212336
        },
        {
            "start": 818212347,
            "stop": 818212348
        },
        {
            "start": 818212352,
            "stop": 818212354
        },
        {
            "start": 818212362,
            "stop": 818212368
        },
        {
            "start": 818212392,
            "stop": 818212393
        },
        {
            "start": 818212409,
            "stop": 818212410
        },
        {
            "start": 818212414,
            "stop": 818212417
        },
        {
            "start": 818212435,
            "stop": 818212436
        },
        {
            "start": 818212439,
            "stop": 818212443
        },
        {
            "start": 818212449,
            "stop": 818212450
        },
        {
            "start": 818212455,
            "stop": 818212458
        },
        {
            "start": 818212480,
            "stop": 818212482
        },
        {
            "start": 818212488,
            "stop": 818212492
        },
        {
            "start": 818212495,
            "stop": 818212499
        },
        {
            "start": 818212505,
            "stop": 818212509
        },
        {
            "start": 818212529,
            "stop": 818212532
        }
    ]
}