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=268
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=269",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=267",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 268,
    "results": [
        {
            "start": 818231282,
            "stop": 818231283
        },
        {
            "start": 818231286,
            "stop": 818231294
        },
        {
            "start": 818231304,
            "stop": 818231306
        },
        {
            "start": 818231309,
            "stop": 818231311
        },
        {
            "start": 818231316,
            "stop": 818231317
        },
        {
            "start": 818231325,
            "stop": 818231335
        },
        {
            "start": 818231341,
            "stop": 818231351
        },
        {
            "start": 818231358,
            "stop": 818231367
        },
        {
            "start": 818231392,
            "stop": 818231393
        },
        {
            "start": 818231404,
            "stop": 818231407
        },
        {
            "start": 818231413,
            "stop": 818231414
        },
        {
            "start": 818231418,
            "stop": 818231423
        },
        {
            "start": 818231430,
            "stop": 818231435
        },
        {
            "start": 818231443,
            "stop": 818231444
        },
        {
            "start": 818231449,
            "stop": 818231451
        },
        {
            "start": 818231461,
            "stop": 818231471
        },
        {
            "start": 818231475,
            "stop": 818231476
        },
        {
            "start": 818231484,
            "stop": 818231485
        },
        {
            "start": 818231511,
            "stop": 818231514
        },
        {
            "start": 818231521,
            "stop": 818231524
        }
    ]
}