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=1401
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=1402",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1400",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1401,
    "results": [
        {
            "start": 846262878,
            "stop": 846262880
        },
        {
            "start": 846262883,
            "stop": 846262898
        },
        {
            "start": 846262903,
            "stop": 846262904
        },
        {
            "start": 846262911,
            "stop": 846262912
        },
        {
            "start": 846262920,
            "stop": 846264337
        },
        {
            "start": 846264340,
            "stop": 846264426
        },
        {
            "start": 846264499,
            "stop": 846265258
        },
        {
            "start": 846265261,
            "stop": 846267840
        },
        {
            "start": 846267914,
            "stop": 846268856
        },
        {
            "start": 846268859,
            "stop": 846268863
        },
        {
            "start": 846269030,
            "stop": 846269434
        },
        {
            "start": 846269441,
            "stop": 846269444
        },
        {
            "start": 846269534,
            "stop": 846270503
        },
        {
            "start": 846270506,
            "stop": 846270517
        },
        {
            "start": 846270526,
            "stop": 846271393
        },
        {
            "start": 846271473,
            "stop": 846271841
        },
        {
            "start": 846271844,
            "stop": 846272473
        },
        {
            "start": 846272667,
            "stop": 846275988
        },
        {
            "start": 846275991,
            "stop": 846276011
        },
        {
            "start": 846276016,
            "stop": 846276018
        }
    ]
}