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=285
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=286",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=284",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 285,
    "results": [
        {
            "start": 935134841,
            "stop": 935134848
        },
        {
            "start": 935134851,
            "stop": 935134893
        },
        {
            "start": 935134896,
            "stop": 935134898
        },
        {
            "start": 935134901,
            "stop": 935134908
        },
        {
            "start": 935134911,
            "stop": 935134924
        },
        {
            "start": 935134926,
            "stop": 935134944
        },
        {
            "start": 935134946,
            "stop": 935134984
        },
        {
            "start": 935134986,
            "stop": 935135023
        },
        {
            "start": 935135025,
            "stop": 935136015
        },
        {
            "start": 935136255,
            "stop": 935138233
        },
        {
            "start": 935138236,
            "stop": 935139058
        },
        {
            "start": 935139061,
            "stop": 935139494
        },
        {
            "start": 935139496,
            "stop": 935139523
        },
        {
            "start": 935139526,
            "stop": 935139538
        },
        {
            "start": 935139541,
            "stop": 935139554
        },
        {
            "start": 935139556,
            "stop": 935139615
        },
        {
            "start": 935141699,
            "stop": 935142189
        },
        {
            "start": 935142192,
            "stop": 935142470
        },
        {
            "start": 935142475,
            "stop": 935142779
        },
        {
            "start": 935142781,
            "stop": 935142793
        }
    ]
}