Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16684
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16685",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16683",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16684,
    "results": [
        {
            "start": 874912727,
            "stop": 874912767
        },
        {
            "start": 874912768,
            "stop": 874912831
        },
        {
            "start": 874912834,
            "stop": 874912858
        },
        {
            "start": 874912863,
            "stop": 874912889
        },
        {
            "start": 874912894,
            "stop": 874912896
        },
        {
            "start": 874912899,
            "stop": 874912901
        },
        {
            "start": 874912904,
            "stop": 874912946
        },
        {
            "start": 874912952,
            "stop": 874912964
        },
        {
            "start": 874912965,
            "stop": 874913053
        },
        {
            "start": 874913056,
            "stop": 874913129
        },
        {
            "start": 874913135,
            "stop": 874913169
        },
        {
            "start": 874913172,
            "stop": 874913174
        },
        {
            "start": 874913177,
            "stop": 874913184
        },
        {
            "start": 874913193,
            "stop": 874913356
        },
        {
            "start": 874913357,
            "stop": 874913361
        },
        {
            "start": 874913365,
            "stop": 874913714
        },
        {
            "start": 874913717,
            "stop": 874913955
        },
        {
            "start": 874913957,
            "stop": 874913983
        },
        {
            "start": 874913984,
            "stop": 874914048
        },
        {
            "start": 874914049,
            "stop": 874914355
        }
    ]
}