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=244
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=245",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=243",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 244,
    "results": [
        {
            "start": 817858791,
            "stop": 817858805
        },
        {
            "start": 817858812,
            "stop": 817858860
        },
        {
            "start": 817858880,
            "stop": 817858919
        },
        {
            "start": 817858939,
            "stop": 817858982
        },
        {
            "start": 817858988,
            "stop": 817858994
        },
        {
            "start": 817859042,
            "stop": 817859078
        },
        {
            "start": 817859081,
            "stop": 817859114
        },
        {
            "start": 817859117,
            "stop": 817859140
        },
        {
            "start": 817859144,
            "stop": 817859150
        },
        {
            "start": 817859170,
            "stop": 817859231
        },
        {
            "start": 817859234,
            "stop": 817859239
        },
        {
            "start": 817859276,
            "stop": 817859279
        },
        {
            "start": 817859283,
            "stop": 817859286
        },
        {
            "start": 817859307,
            "stop": 817859317
        },
        {
            "start": 817859337,
            "stop": 817859384
        },
        {
            "start": 817859389,
            "stop": 817859395
        },
        {
            "start": 817859415,
            "stop": 817859423
        },
        {
            "start": 817859427,
            "stop": 817859429
        },
        {
            "start": 817859433,
            "stop": 817859435
        },
        {
            "start": 817859462,
            "stop": 817859479
        }
    ]
}