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=840
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=841",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=839",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 840,
    "results": [
        {
            "start": 860959462,
            "stop": 860960902
        },
        {
            "start": 860961160,
            "stop": 860962480
        },
        {
            "start": 860962640,
            "stop": 860962760
        },
        {
            "start": 860963173,
            "stop": 860963593
        },
        {
            "start": 860964071,
            "stop": 860965271
        },
        {
            "start": 860965426,
            "stop": 860968126
        },
        {
            "start": 860968431,
            "stop": 860968491
        },
        {
            "start": 860969538,
            "stop": 860969598
        },
        {
            "start": 860969777,
            "stop": 860970077
        },
        {
            "start": 860970226,
            "stop": 860970406
        },
        {
            "start": 860970951,
            "stop": 860971131
        },
        {
            "start": 860971284,
            "stop": 860971464
        },
        {
            "start": 860971688,
            "stop": 860971748
        },
        {
            "start": 860972062,
            "stop": 860972662
        },
        {
            "start": 860972823,
            "stop": 860973183
        },
        {
            "start": 860973317,
            "stop": 860973377
        },
        {
            "start": 860973529,
            "stop": 860973709
        },
        {
            "start": 860973868,
            "stop": 860975128
        },
        {
            "start": 860975278,
            "stop": 860976478
        },
        {
            "start": 860976761,
            "stop": 860977541
        }
    ]
}