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=444
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=445",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=443",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 444,
    "results": [
        {
            "start": 840270177,
            "stop": 840280257
        },
        {
            "start": 840281188,
            "stop": 840281728
        },
        {
            "start": 840319431,
            "stop": 840320271
        },
        {
            "start": 840320445,
            "stop": 840323265
        },
        {
            "start": 840332479,
            "stop": 840337099
        },
        {
            "start": 840341910,
            "stop": 840350970
        },
        {
            "start": 840353892,
            "stop": 840354372
        },
        {
            "start": 840354535,
            "stop": 840363895
        },
        {
            "start": 840365890,
            "stop": 840366850
        },
        {
            "start": 840367770,
            "stop": 840367830
        },
        {
            "start": 840368034,
            "stop": 840370614
        },
        {
            "start": 840371176,
            "stop": 840371596
        },
        {
            "start": 840371772,
            "stop": 840372132
        },
        {
            "start": 840372473,
            "stop": 840374453
        },
        {
            "start": 840375827,
            "stop": 840375887
        },
        {
            "start": 840376167,
            "stop": 840376287
        },
        {
            "start": 840376447,
            "stop": 840376507
        },
        {
            "start": 840378779,
            "stop": 840379619
        },
        {
            "start": 840380712,
            "stop": 840381252
        },
        {
            "start": 840381413,
            "stop": 840382013
        }
    ]
}