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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2234",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2232",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2233,
    "results": [
        {
            "start": 873100079,
            "stop": 873100289
        },
        {
            "start": 873104122,
            "stop": 873104172
        },
        {
            "start": 873104202,
            "stop": 873104208
        },
        {
            "start": 873104240,
            "stop": 873107893
        },
        {
            "start": 873107933,
            "stop": 873108003
        },
        {
            "start": 873108029,
            "stop": 873108681
        },
        {
            "start": 873108700,
            "stop": 873108837
        },
        {
            "start": 873108855,
            "stop": 873110043
        },
        {
            "start": 873110061,
            "stop": 873110796
        },
        {
            "start": 873110815,
            "stop": 873110927
        },
        {
            "start": 873110946,
            "stop": 873111097
        },
        {
            "start": 873111119,
            "stop": 873111242
        },
        {
            "start": 873111263,
            "stop": 873111267
        },
        {
            "start": 873111286,
            "stop": 873111400
        },
        {
            "start": 873111419,
            "stop": 873111426
        },
        {
            "start": 873111461,
            "stop": 873111487
        },
        {
            "start": 873111506,
            "stop": 873111583
        },
        {
            "start": 873111604,
            "stop": 873112012
        },
        {
            "start": 873112031,
            "stop": 873112620
        },
        {
            "start": 873112659,
            "stop": 873112706
        }
    ]
}