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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=562",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=560",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 561,
    "results": [
        {
            "start": 873463577,
            "stop": 873463644
        },
        {
            "start": 873463646,
            "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": 873513058
        },
        {
            "start": 873513059,
            "stop": 873515901
        },
        {
            "start": 873518231,
            "stop": 873526097
        },
        {
            "start": 873526099,
            "stop": 873534264
        },
        {
            "start": 873534987,
            "stop": 873547168
        },
        {
            "start": 873547169,
            "stop": 873547369
        },
        {
            "start": 873550284,
            "stop": 873551600
        },
        {
            "start": 873552631,
            "stop": 873558489
        },
        {
            "start": 873575752,
            "stop": 873575772
        },
        {
            "start": 873575774,
            "stop": 873575824
        },
        {
            "start": 873575826,
            "stop": 873575857
        },
        {
            "start": 873575859,
            "stop": 873575888
        }
    ]
}