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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6249",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6247",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6248,
    "results": [
        {
            "start": 874913365,
            "stop": 874913714
        },
        {
            "start": 874913717,
            "stop": 874913955
        },
        {
            "start": 874913957,
            "stop": 874914048
        },
        {
            "start": 874914049,
            "stop": 874914355
        },
        {
            "start": 874914358,
            "stop": 874914362
        },
        {
            "start": 874914368,
            "stop": 874914401
        },
        {
            "start": 874914404,
            "stop": 874914407
        },
        {
            "start": 874914413,
            "stop": 874914606
        },
        {
            "start": 874914608,
            "stop": 874914793
        },
        {
            "start": 874914796,
            "stop": 874914857
        },
        {
            "start": 874914860,
            "stop": 874914883
        },
        {
            "start": 874914888,
            "stop": 874915422
        },
        {
            "start": 874915424,
            "stop": 874916311
        },
        {
            "start": 874916312,
            "stop": 874916807
        },
        {
            "start": 874918375,
            "stop": 874918954
        },
        {
            "start": 874918955,
            "stop": 874919268
        },
        {
            "start": 874919269,
            "stop": 874919432
        },
        {
            "start": 874919434,
            "stop": 874919671
        },
        {
            "start": 874919672,
            "stop": 874919848
        },
        {
            "start": 874919849,
            "stop": 874921338
        }
    ]
}