Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=308
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=309",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=307",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 308,
    "results": [
        {
            "start": 873448661,
            "stop": 873460233
        },
        {
            "start": 873460699,
            "stop": 873460876
        },
        {
            "start": 873463577,
            "stop": 873465279
        },
        {
            "start": 873466863,
            "stop": 873467971
        },
        {
            "start": 873469468,
            "stop": 873471400
        },
        {
            "start": 873471760,
            "stop": 873472416
        },
        {
            "start": 873473933,
            "stop": 873486956
        },
        {
            "start": 873487850,
            "stop": 873496694
        },
        {
            "start": 873497752,
            "stop": 873501803
        },
        {
            "start": 873503015,
            "stop": 873515920
        },
        {
            "start": 873518231,
            "stop": 873534264
        },
        {
            "start": 873534987,
            "stop": 873547393
        },
        {
            "start": 873550284,
            "stop": 873551624
        },
        {
            "start": 873552631,
            "stop": 873558489
        },
        {
            "start": 873575752,
            "stop": 873581329
        },
        {
            "start": 873581487,
            "stop": 873582164
        },
        {
            "start": 873582285,
            "stop": 873611134
        },
        {
            "start": 873613548,
            "stop": 873620521
        },
        {
            "start": 873621830,
            "stop": 873631840
        },
        {
            "start": 873653632,
            "stop": 873653796
        }
    ]
}