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=278
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=279",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=277",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 278,
    "results": [
        {
            "start": 818233882,
            "stop": 818233885
        },
        {
            "start": 818233893,
            "stop": 818233895
        },
        {
            "start": 818233907,
            "stop": 818233910
        },
        {
            "start": 818233919,
            "stop": 818233924
        },
        {
            "start": 818233929,
            "stop": 818233930
        },
        {
            "start": 818233937,
            "stop": 818233939
        },
        {
            "start": 818233947,
            "stop": 818233950
        },
        {
            "start": 818234023,
            "stop": 818234027
        },
        {
            "start": 818234035,
            "stop": 818234036
        },
        {
            "start": 818234039,
            "stop": 818234041
        },
        {
            "start": 818234073,
            "stop": 818234075
        },
        {
            "start": 818234082,
            "stop": 818234084
        },
        {
            "start": 818234468,
            "stop": 818234471
        },
        {
            "start": 818234481,
            "stop": 818234485
        },
        {
            "start": 818234488,
            "stop": 818234489
        },
        {
            "start": 818234499,
            "stop": 818234500
        },
        {
            "start": 818234509,
            "stop": 818234518
        },
        {
            "start": 818234534,
            "stop": 818234535
        },
        {
            "start": 818234560,
            "stop": 818234561
        },
        {
            "start": 818234572,
            "stop": 818234573
        }
    ]
}