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=888
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=889",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=887",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 888,
    "results": [
        {
            "start": 866451757,
            "stop": 866452327
        },
        {
            "start": 866452357,
            "stop": 866452417
        },
        {
            "start": 866452507,
            "stop": 866452687
        },
        {
            "start": 866452897,
            "stop": 866452957
        },
        {
            "start": 866452987,
            "stop": 866453107
        },
        {
            "start": 866453377,
            "stop": 866453437
        },
        {
            "start": 866453467,
            "stop": 866453527
        },
        {
            "start": 866453617,
            "stop": 866453677
        },
        {
            "start": 866453767,
            "stop": 866453827
        },
        {
            "start": 866453947,
            "stop": 866454247
        },
        {
            "start": 866454627,
            "stop": 866454687
        },
        {
            "start": 866454777,
            "stop": 866454837
        },
        {
            "start": 866454957,
            "stop": 866455017
        },
        {
            "start": 866455167,
            "stop": 866455227
        },
        {
            "start": 866455407,
            "stop": 866455467
        },
        {
            "start": 866455557,
            "stop": 866455647
        },
        {
            "start": 866455737,
            "stop": 866457087
        },
        {
            "start": 866457117,
            "stop": 866457207
        },
        {
            "start": 866457297,
            "stop": 866457627
        },
        {
            "start": 866457657,
            "stop": 866457747
        }
    ]
}