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=373
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=374",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=372",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 373,
    "results": [
        {
            "start": 818268381,
            "stop": 818268382
        },
        {
            "start": 818268389,
            "stop": 818268393
        },
        {
            "start": 818268401,
            "stop": 818268403
        },
        {
            "start": 818268410,
            "stop": 818268417
        },
        {
            "start": 818268420,
            "stop": 818268424
        },
        {
            "start": 818268433,
            "stop": 818268435
        },
        {
            "start": 818268440,
            "stop": 818268443
        },
        {
            "start": 818268447,
            "stop": 818268452
        },
        {
            "start": 818268460,
            "stop": 818268463
        },
        {
            "start": 818268473,
            "stop": 818268474
        },
        {
            "start": 818268490,
            "stop": 818268491
        },
        {
            "start": 818268503,
            "stop": 818268505
        },
        {
            "start": 818268526,
            "stop": 818268527
        },
        {
            "start": 818268532,
            "stop": 818268534
        },
        {
            "start": 818268553,
            "stop": 818268554
        },
        {
            "start": 818268603,
            "stop": 818268604
        },
        {
            "start": 818268617,
            "stop": 818268618
        },
        {
            "start": 818269005,
            "stop": 818269006
        },
        {
            "start": 818269062,
            "stop": 818269063
        },
        {
            "start": 818269199,
            "stop": 818269200
        }
    ]
}