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_CAT1/segments?format=api&page=1478
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1479",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1477",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1478,
    "results": [
        {
            "start": 862597985,
            "stop": 862599876
        },
        {
            "start": 862601833,
            "stop": 862668067
        },
        {
            "start": 862669265,
            "stop": 862671608
        },
        {
            "start": 862671614,
            "stop": 862671616
        },
        {
            "start": 862693028,
            "stop": 862693733
        },
        {
            "start": 862693736,
            "stop": 862695175
        },
        {
            "start": 862695344,
            "stop": 862697391
        },
        {
            "start": 862697536,
            "stop": 862698668
        },
        {
            "start": 862699782,
            "stop": 862700906
        },
        {
            "start": 862700909,
            "stop": 862701307
        },
        {
            "start": 862701487,
            "stop": 862701601
        },
        {
            "start": 862701608,
            "stop": 862701611
        },
        {
            "start": 862701813,
            "stop": 862702106
        },
        {
            "start": 862702109,
            "stop": 862704847
        },
        {
            "start": 862705719,
            "stop": 862706840
        },
        {
            "start": 862706847,
            "stop": 862713433
        },
        {
            "start": 862713482,
            "stop": 862732300
        },
        {
            "start": 862734309,
            "stop": 862759903
        },
        {
            "start": 862759907,
            "stop": 862762888
        },
        {
            "start": 862762895,
            "stop": 862763069
        }
    ]
}