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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=110",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=108",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 109,
    "results": [
        {
            "start": 828366338,
            "stop": 828366673
        },
        {
            "start": 828366755,
            "stop": 828366853
        },
        {
            "start": 828367155,
            "stop": 828367488
        },
        {
            "start": 828367520,
            "stop": 828367857
        },
        {
            "start": 828379397,
            "stop": 828380413
        },
        {
            "start": 828381717,
            "stop": 828382813
        },
        {
            "start": 828387952,
            "stop": 828388213
        },
        {
            "start": 828388808,
            "stop": 828390447
        },
        {
            "start": 828390448,
            "stop": 828391136
        },
        {
            "start": 828391168,
            "stop": 828393185
        },
        {
            "start": 828397445,
            "stop": 828409248
        },
        {
            "start": 828409280,
            "stop": 828411904
        },
        {
            "start": 828411936,
            "stop": 828416064
        },
        {
            "start": 828416512,
            "stop": 828425593
        },
        {
            "start": 828427149,
            "stop": 828427622
        },
        {
            "start": 828427701,
            "stop": 828434473
        },
        {
            "start": 828435473,
            "stop": 828450848
        },
        {
            "start": 828450880,
            "stop": 828451616
        },
        {
            "start": 828451648,
            "stop": 828457799
        },
        {
            "start": 828458686,
            "stop": 828459008
        }
    ]
}