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=896
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=897",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=895",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 896,
    "results": [
        {
            "start": 864218006,
            "stop": 864219146
        },
        {
            "start": 864219300,
            "stop": 864220440
        },
        {
            "start": 864220604,
            "stop": 864220784
        },
        {
            "start": 864220939,
            "stop": 864220999
        },
        {
            "start": 864221152,
            "stop": 864221692
        },
        {
            "start": 864221863,
            "stop": 864223903
        },
        {
            "start": 864224082,
            "stop": 864224202
        },
        {
            "start": 864224443,
            "stop": 864225943
        },
        {
            "start": 864226102,
            "stop": 864226162
        },
        {
            "start": 864226324,
            "stop": 864227464
        },
        {
            "start": 864227639,
            "stop": 864230399
        },
        {
            "start": 864230733,
            "stop": 864231153
        },
        {
            "start": 864231319,
            "stop": 864234709
        },
        {
            "start": 864234859,
            "stop": 864236299
        },
        {
            "start": 864236595,
            "stop": 864238035
        },
        {
            "start": 864238167,
            "stop": 864238467
        },
        {
            "start": 864238616,
            "stop": 864241616
        },
        {
            "start": 864241834,
            "stop": 864244294
        },
        {
            "start": 864246543,
            "stop": 864246603
        },
        {
            "start": 864246838,
            "stop": 864252298
        }
    ]
}