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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4748",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4746",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4747,
    "results": [
        {
            "start": 970208199,
            "stop": 970208734
        },
        {
            "start": 970208737,
            "stop": 970209129
        },
        {
            "start": 970209132,
            "stop": 970209567
        },
        {
            "start": 970209570,
            "stop": 970210042
        },
        {
            "start": 970210045,
            "stop": 970210104
        },
        {
            "start": 970211832,
            "stop": 970212062
        },
        {
            "start": 970212065,
            "stop": 970212500
        },
        {
            "start": 970212503,
            "stop": 970212562
        },
        {
            "start": 970212565,
            "stop": 970212726
        },
        {
            "start": 970212729,
            "stop": 970213047
        },
        {
            "start": 970213050,
            "stop": 970213227
        },
        {
            "start": 970213230,
            "stop": 970213464
        },
        {
            "start": 970213467,
            "stop": 970213566
        },
        {
            "start": 970213569,
            "stop": 970213592
        },
        {
            "start": 970213595,
            "stop": 970213712
        },
        {
            "start": 970213733,
            "stop": 970213900
        },
        {
            "start": 970213903,
            "stop": 970214605
        },
        {
            "start": 970214608,
            "stop": 970214654
        },
        {
            "start": 970214657,
            "stop": 970214752
        },
        {
            "start": 970214773,
            "stop": 970214874
        }
    ]
}