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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8582",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8580",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8581,
    "results": [
        {
            "start": 870392239,
            "stop": 870392745
        },
        {
            "start": 870392762,
            "stop": 870393136
        },
        {
            "start": 870393345,
            "stop": 870394340
        },
        {
            "start": 870394481,
            "stop": 870394868
        },
        {
            "start": 870394904,
            "stop": 870394910
        },
        {
            "start": 870394947,
            "stop": 870395968
        },
        {
            "start": 870396088,
            "stop": 870397938
        },
        {
            "start": 870398058,
            "stop": 870398245
        },
        {
            "start": 870398508,
            "stop": 870399607
        },
        {
            "start": 870399727,
            "stop": 870401220
        },
        {
            "start": 870401340,
            "stop": 870401452
        },
        {
            "start": 870401572,
            "stop": 870403012
        },
        {
            "start": 870403132,
            "stop": 870403386
        },
        {
            "start": 870403506,
            "stop": 870403753
        },
        {
            "start": 870404841,
            "stop": 870407493
        },
        {
            "start": 870407613,
            "stop": 870411285
        },
        {
            "start": 870411302,
            "stop": 870411604
        },
        {
            "start": 870411621,
            "stop": 870414317
        },
        {
            "start": 870414334,
            "stop": 870415348
        },
        {
            "start": 870415368,
            "stop": 870415402
        }
    ]
}