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=250
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=251",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=249",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 250,
    "results": [
        {
            "start": 818223161,
            "stop": 818223166
        },
        {
            "start": 818223182,
            "stop": 818223183
        },
        {
            "start": 818223191,
            "stop": 818223198
        },
        {
            "start": 818223208,
            "stop": 818223209
        },
        {
            "start": 818223217,
            "stop": 818223218
        },
        {
            "start": 818223230,
            "stop": 818223231
        },
        {
            "start": 818223244,
            "stop": 818223245
        },
        {
            "start": 818223259,
            "stop": 818223262
        },
        {
            "start": 818223265,
            "stop": 818223267
        },
        {
            "start": 818223285,
            "stop": 818223287
        },
        {
            "start": 818223294,
            "stop": 818223295
        },
        {
            "start": 818223318,
            "stop": 818223320
        },
        {
            "start": 818223323,
            "stop": 818223329
        },
        {
            "start": 818223344,
            "stop": 818223345
        },
        {
            "start": 818223365,
            "stop": 818223368
        },
        {
            "start": 818223371,
            "stop": 818223374
        },
        {
            "start": 818223387,
            "stop": 818223388
        },
        {
            "start": 818223405,
            "stop": 818223409
        },
        {
            "start": 818223424,
            "stop": 818223426
        },
        {
            "start": 818223434,
            "stop": 818223436
        }
    ]
}