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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=353",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=351",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 352,
    "results": [
        {
            "start": 818872368,
            "stop": 818872403
        },
        {
            "start": 818872465,
            "stop": 818872487
        },
        {
            "start": 818872511,
            "stop": 818872556
        },
        {
            "start": 818872586,
            "stop": 818872660
        },
        {
            "start": 818872933,
            "stop": 818872943
        },
        {
            "start": 818873075,
            "stop": 818873082
        },
        {
            "start": 818873120,
            "stop": 818873129
        },
        {
            "start": 818873243,
            "stop": 818873245
        },
        {
            "start": 818873266,
            "stop": 818873267
        },
        {
            "start": 818873320,
            "stop": 818873381
        },
        {
            "start": 818873460,
            "stop": 818873512
        },
        {
            "start": 818873547,
            "stop": 818873562
        },
        {
            "start": 818873594,
            "stop": 818873625
        },
        {
            "start": 818873727,
            "stop": 818873766
        },
        {
            "start": 818873811,
            "stop": 818873816
        },
        {
            "start": 818873903,
            "stop": 818873914
        },
        {
            "start": 818874031,
            "stop": 818874054
        },
        {
            "start": 818874172,
            "stop": 818874184
        },
        {
            "start": 818874323,
            "stop": 818874338
        },
        {
            "start": 818874425,
            "stop": 818874430
        }
    ]
}