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=8859
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=8860",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8858",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8859,
    "results": [
        {
            "start": 873017266,
            "stop": 873017339
        },
        {
            "start": 873017365,
            "stop": 873017884
        },
        {
            "start": 873017903,
            "stop": 873018277
        },
        {
            "start": 873018303,
            "stop": 873018304
        },
        {
            "start": 873018333,
            "stop": 873019101
        },
        {
            "start": 873019118,
            "stop": 873019344
        },
        {
            "start": 873019367,
            "stop": 873019379
        },
        {
            "start": 873019398,
            "stop": 873019585
        },
        {
            "start": 873019608,
            "stop": 873019866
        },
        {
            "start": 873019883,
            "stop": 873020453
        },
        {
            "start": 873020474,
            "stop": 873021325
        },
        {
            "start": 873021342,
            "stop": 873023274
        },
        {
            "start": 873023291,
            "stop": 873023478
        },
        {
            "start": 873023495,
            "stop": 873024867
        },
        {
            "start": 873024884,
            "stop": 873025463
        },
        {
            "start": 873025619,
            "stop": 873025704
        },
        {
            "start": 873025721,
            "stop": 873025817
        },
        {
            "start": 873025834,
            "stop": 873025980
        },
        {
            "start": 873026100,
            "stop": 873026643
        },
        {
            "start": 873026863,
            "stop": 873027949
        }
    ]
}