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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=374",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=372",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 373,
    "results": [
        {
            "start": 873421565,
            "stop": 873424521
        },
        {
            "start": 873439190,
            "stop": 873446700
        },
        {
            "start": 873448661,
            "stop": 873460233
        },
        {
            "start": 873460699,
            "stop": 873460876
        },
        {
            "start": 873463577,
            "stop": 873465255
        },
        {
            "start": 873466863,
            "stop": 873467971
        },
        {
            "start": 873469468,
            "stop": 873471400
        },
        {
            "start": 873471760,
            "stop": 873472393
        },
        {
            "start": 873473933,
            "stop": 873486932
        },
        {
            "start": 873487850,
            "stop": 873496671
        },
        {
            "start": 873497752,
            "stop": 873501780
        },
        {
            "start": 873503015,
            "stop": 873515901
        },
        {
            "start": 873518231,
            "stop": 873534264
        },
        {
            "start": 873534987,
            "stop": 873547369
        },
        {
            "start": 873550284,
            "stop": 873551600
        },
        {
            "start": 873552631,
            "stop": 873558489
        },
        {
            "start": 873575752,
            "stop": 873581329
        },
        {
            "start": 873581487,
            "stop": 873582164
        },
        {
            "start": 873582285,
            "stop": 873611111
        },
        {
            "start": 873613548,
            "stop": 873620521
        }
    ]
}