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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=785",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=783",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 784,
    "results": [
        {
            "start": 857669719,
            "stop": 857671099
        },
        {
            "start": 857671249,
            "stop": 857673139
        },
        {
            "start": 857674491,
            "stop": 857674761
        },
        {
            "start": 857674911,
            "stop": 857675031
        },
        {
            "start": 857675181,
            "stop": 857677671
        },
        {
            "start": 857677864,
            "stop": 857681974
        },
        {
            "start": 857682064,
            "stop": 857684344
        },
        {
            "start": 857685352,
            "stop": 857686132
        },
        {
            "start": 857688503,
            "stop": 857688923
        },
        {
            "start": 857689568,
            "stop": 857691698
        },
        {
            "start": 857691848,
            "stop": 857692328
        },
        {
            "start": 857692520,
            "stop": 857695460
        },
        {
            "start": 857695745,
            "stop": 857697185
        },
        {
            "start": 857697335,
            "stop": 857697485
        },
        {
            "start": 857697671,
            "stop": 857699051
        },
        {
            "start": 857699201,
            "stop": 857707091
        },
        {
            "start": 857707281,
            "stop": 857709951
        },
        {
            "start": 857710101,
            "stop": 857711481
        },
        {
            "start": 857711511,
            "stop": 857713821
        },
        {
            "start": 857714038,
            "stop": 857715508
        }
    ]
}