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=3782
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=3783",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3781",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3782,
    "results": [
        {
            "start": 873186219,
            "stop": 873186226
        },
        {
            "start": 873186227,
            "stop": 873186241
        },
        {
            "start": 873186243,
            "stop": 873186288
        },
        {
            "start": 873186289,
            "stop": 873186295
        },
        {
            "start": 873186296,
            "stop": 873186342
        },
        {
            "start": 873186343,
            "stop": 873188445
        },
        {
            "start": 873188446,
            "stop": 873188452
        },
        {
            "start": 873188453,
            "stop": 873188488
        },
        {
            "start": 873188490,
            "stop": 873188501
        },
        {
            "start": 873188503,
            "stop": 873188513
        },
        {
            "start": 873188514,
            "stop": 873188522
        },
        {
            "start": 873188523,
            "stop": 873188535
        },
        {
            "start": 873189876,
            "stop": 873192410
        },
        {
            "start": 873192413,
            "stop": 873192415
        },
        {
            "start": 873192418,
            "stop": 873192462
        },
        {
            "start": 873192465,
            "stop": 873192474
        },
        {
            "start": 873192478,
            "stop": 873192493
        },
        {
            "start": 873192499,
            "stop": 873192538
        },
        {
            "start": 873192541,
            "stop": 873192544
        },
        {
            "start": 873192547,
            "stop": 873192648
        }
    ]
}