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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=263",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=261",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 262,
    "results": [
        {
            "start": 934460009,
            "stop": 934460037
        },
        {
            "start": 934460040,
            "stop": 934460481
        },
        {
            "start": 934460484,
            "stop": 934460951
        },
        {
            "start": 934460956,
            "stop": 934461379
        },
        {
            "start": 934461384,
            "stop": 934462518
        },
        {
            "start": 934462520,
            "stop": 934462698
        },
        {
            "start": 934462700,
            "stop": 934462815
        },
        {
            "start": 934463055,
            "stop": 934463762
        },
        {
            "start": 934463765,
            "stop": 934463993
        },
        {
            "start": 934463996,
            "stop": 934464903
        },
        {
            "start": 934464905,
            "stop": 934464977
        },
        {
            "start": 934464980,
            "stop": 934466415
        },
        {
            "start": 934466655,
            "stop": 934467049
        },
        {
            "start": 934467052,
            "stop": 934467334
        },
        {
            "start": 934467336,
            "stop": 934467907
        },
        {
            "start": 934467909,
            "stop": 934468020
        },
        {
            "start": 934468023,
            "stop": 934468599
        },
        {
            "start": 934468601,
            "stop": 934468623
        },
        {
            "start": 934468635,
            "stop": 934468637
        },
        {
            "start": 934468646,
            "stop": 934470015
        }
    ]
}