Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=1047
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=1048",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=1046",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 1047,
    "results": [
        {
            "start": 874639557,
            "stop": 874639617
        },
        {
            "start": 874639907,
            "stop": 874640087
        },
        {
            "start": 874640219,
            "stop": 874640579
        },
        {
            "start": 874640795,
            "stop": 874640855
        },
        {
            "start": 874641035,
            "stop": 874641815
        },
        {
            "start": 874641975,
            "stop": 874642155
        },
        {
            "start": 874642377,
            "stop": 874643757
        },
        {
            "start": 874643907,
            "stop": 874644657
        },
        {
            "start": 874644829,
            "stop": 874645669
        },
        {
            "start": 874645968,
            "stop": 874646118
        },
        {
            "start": 874646300,
            "stop": 874646540
        },
        {
            "start": 874646692,
            "stop": 874646872
        },
        {
            "start": 874647780,
            "stop": 874648620
        },
        {
            "start": 874649149,
            "stop": 874649329
        },
        {
            "start": 874649522,
            "stop": 874650002
        },
        {
            "start": 874652011,
            "stop": 874652641
        },
        {
            "start": 874652671,
            "stop": 874653211
        },
        {
            "start": 874653368,
            "stop": 874653488
        },
        {
            "start": 874654048,
            "stop": 874654168
        },
        {
            "start": 874654604,
            "stop": 874654724
        }
    ]
}