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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9943",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9941",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9942,
    "results": [
        {
            "start": 874912904,
            "stop": 874912946
        },
        {
            "start": 874912952,
            "stop": 874913053
        },
        {
            "start": 874913056,
            "stop": 874913129
        },
        {
            "start": 874913135,
            "stop": 874913169
        },
        {
            "start": 874913172,
            "stop": 874913174
        },
        {
            "start": 874913177,
            "stop": 874913184
        },
        {
            "start": 874913193,
            "stop": 874913362
        },
        {
            "start": 874913365,
            "stop": 874913714
        },
        {
            "start": 874913717,
            "stop": 874914355
        },
        {
            "start": 874914358,
            "stop": 874914362
        },
        {
            "start": 874914368,
            "stop": 874914401
        },
        {
            "start": 874914404,
            "stop": 874914407
        },
        {
            "start": 874914413,
            "stop": 874914793
        },
        {
            "start": 874914796,
            "stop": 874914857
        },
        {
            "start": 874914860,
            "stop": 874914883
        },
        {
            "start": 874914888,
            "stop": 874916806
        },
        {
            "start": 874918375,
            "stop": 874933322
        },
        {
            "start": 874940592,
            "stop": 874940593
        },
        {
            "start": 874940598,
            "stop": 874940599
        },
        {
            "start": 874940605,
            "stop": 874940606
        }
    ]
}