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=439
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=440",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=438",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 439,
    "results": [
        {
            "start": 818745930,
            "stop": 818745931
        },
        {
            "start": 818745934,
            "stop": 818745942
        },
        {
            "start": 818745949,
            "stop": 818745957
        },
        {
            "start": 818745960,
            "stop": 818745974
        },
        {
            "start": 818745977,
            "stop": 818745979
        },
        {
            "start": 818745984,
            "stop": 818745986
        },
        {
            "start": 818746002,
            "stop": 818746006
        },
        {
            "start": 818746010,
            "stop": 818746012
        },
        {
            "start": 818746029,
            "stop": 818746031
        },
        {
            "start": 818746034,
            "stop": 818746037
        },
        {
            "start": 818746045,
            "stop": 818746047
        },
        {
            "start": 818746055,
            "stop": 818746058
        },
        {
            "start": 818746061,
            "stop": 818746064
        },
        {
            "start": 818746067,
            "stop": 818746069
        },
        {
            "start": 818746079,
            "stop": 818746083
        },
        {
            "start": 818746086,
            "stop": 818746090
        },
        {
            "start": 818746093,
            "stop": 818746095
        },
        {
            "start": 818746098,
            "stop": 818746099
        },
        {
            "start": 818746113,
            "stop": 818746122
        },
        {
            "start": 818746140,
            "stop": 818746146
        }
    ]
}