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_STOCH_CAT2_H2L1/segments?format=api&page=897
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=898",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=896",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 897,
    "results": [
        {
            "start": 866886403,
            "stop": 866886463
        },
        {
            "start": 866886583,
            "stop": 866886703
        },
        {
            "start": 866886733,
            "stop": 866886793
        },
        {
            "start": 866886853,
            "stop": 866887003
        },
        {
            "start": 866887093,
            "stop": 866887153
        },
        {
            "start": 866887213,
            "stop": 866887363
        },
        {
            "start": 866887393,
            "stop": 866887693
        },
        {
            "start": 866887783,
            "stop": 866887933
        },
        {
            "start": 866888113,
            "stop": 866888293
        },
        {
            "start": 866888323,
            "stop": 866888893
        },
        {
            "start": 866889073,
            "stop": 866889403
        },
        {
            "start": 866889913,
            "stop": 866890513
        },
        {
            "start": 866890633,
            "stop": 866890813
        },
        {
            "start": 866891023,
            "stop": 866891083
        },
        {
            "start": 866891113,
            "stop": 866891173
        },
        {
            "start": 866891203,
            "stop": 866891653
        },
        {
            "start": 866891683,
            "stop": 866891743
        },
        {
            "start": 866891773,
            "stop": 866891833
        },
        {
            "start": 866891863,
            "stop": 866891923
        },
        {
            "start": 866892103,
            "stop": 866892523
        }
    ]
}