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=69
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=70",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=68",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 69,
    "results": [
        {
            "start": 817981695,
            "stop": 817982111
        },
        {
            "start": 817982121,
            "stop": 817982122
        },
        {
            "start": 817982130,
            "stop": 817982170
        },
        {
            "start": 817982178,
            "stop": 817982271
        },
        {
            "start": 817982279,
            "stop": 817982864
        },
        {
            "start": 817982872,
            "stop": 817982921
        },
        {
            "start": 817982929,
            "stop": 817983253
        },
        {
            "start": 817983261,
            "stop": 817983284
        },
        {
            "start": 817983292,
            "stop": 817983597
        },
        {
            "start": 817983605,
            "stop": 817984392
        },
        {
            "start": 817984400,
            "stop": 817984615
        },
        {
            "start": 817984623,
            "stop": 817984818
        },
        {
            "start": 817984826,
            "stop": 817984878
        },
        {
            "start": 817984886,
            "stop": 817985273
        },
        {
            "start": 817985285,
            "stop": 817985474
        },
        {
            "start": 817985482,
            "stop": 817985593
        },
        {
            "start": 817985601,
            "stop": 817985952
        },
        {
            "start": 817985960,
            "stop": 817986483
        },
        {
            "start": 817986491,
            "stop": 817986614
        },
        {
            "start": 817986622,
            "stop": 817986820
        }
    ]
}