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=716
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=717",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=715",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 716,
    "results": [
        {
            "start": 853391229,
            "stop": 853392219
        },
        {
            "start": 853392379,
            "stop": 853392619
        },
        {
            "start": 853392778,
            "stop": 853393318
        },
        {
            "start": 853394492,
            "stop": 853395692
        },
        {
            "start": 853395848,
            "stop": 853396448
        },
        {
            "start": 853396886,
            "stop": 853397246
        },
        {
            "start": 853397527,
            "stop": 853397677
        },
        {
            "start": 853397877,
            "stop": 853398177
        },
        {
            "start": 853398552,
            "stop": 853398792
        },
        {
            "start": 853398822,
            "stop": 853398912
        },
        {
            "start": 853399073,
            "stop": 853399673
        },
        {
            "start": 853399844,
            "stop": 853400624
        },
        {
            "start": 853400865,
            "stop": 853401225
        },
        {
            "start": 853402534,
            "stop": 853403044
        },
        {
            "start": 853403194,
            "stop": 853405384
        },
        {
            "start": 853405414,
            "stop": 853405834
        },
        {
            "start": 853406015,
            "stop": 853407995
        },
        {
            "start": 853408025,
            "stop": 853409585
        },
        {
            "start": 853409768,
            "stop": 853414328
        },
        {
            "start": 853414358,
            "stop": 853414868
        }
    ]
}