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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=462",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=460",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 461,
    "results": [
        {
            "start": 827617920,
            "stop": 827618280
        },
        {
            "start": 827618400,
            "stop": 827618473
        },
        {
            "start": 827620359,
            "stop": 827621221
        },
        {
            "start": 827621228,
            "stop": 827621864
        },
        {
            "start": 827622060,
            "stop": 827623080
        },
        {
            "start": 827623210,
            "stop": 827623370
        },
        {
            "start": 827623510,
            "stop": 827624024
        },
        {
            "start": 827624205,
            "stop": 827625060
        },
        {
            "start": 827625120,
            "stop": 827625954
        },
        {
            "start": 827625962,
            "stop": 827629220
        },
        {
            "start": 827629227,
            "stop": 827631290
        },
        {
            "start": 827631370,
            "stop": 827634040
        },
        {
            "start": 827634048,
            "stop": 827634290
        },
        {
            "start": 827634370,
            "stop": 827638070
        },
        {
            "start": 827638200,
            "stop": 827639210
        },
        {
            "start": 827639290,
            "stop": 827641319
        },
        {
            "start": 827641327,
            "stop": 827642357
        },
        {
            "start": 827642364,
            "stop": 827642699
        },
        {
            "start": 827642707,
            "stop": 827647565
        },
        {
            "start": 827647572,
            "stop": 827648544
        }
    ]
}