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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=303",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=301",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 302,
    "results": [
        {
            "start": 821716771,
            "stop": 821716779
        },
        {
            "start": 821716782,
            "stop": 821716786
        },
        {
            "start": 821716789,
            "stop": 821716802
        },
        {
            "start": 821716805,
            "stop": 821716831
        },
        {
            "start": 821716834,
            "stop": 821716846
        },
        {
            "start": 821716849,
            "stop": 821716930
        },
        {
            "start": 821716933,
            "stop": 821716943
        },
        {
            "start": 821716946,
            "stop": 821716949
        },
        {
            "start": 821716952,
            "stop": 821716975
        },
        {
            "start": 821716978,
            "stop": 821717024
        },
        {
            "start": 821717027,
            "stop": 821717034
        },
        {
            "start": 821717037,
            "stop": 821717115
        },
        {
            "start": 821717118,
            "stop": 821717124
        },
        {
            "start": 821717128,
            "stop": 821717134
        },
        {
            "start": 821717137,
            "stop": 821717141
        },
        {
            "start": 821717144,
            "stop": 821717154
        },
        {
            "start": 821717157,
            "stop": 821717179
        },
        {
            "start": 821717182,
            "stop": 821717202
        },
        {
            "start": 821717205,
            "stop": 821717459
        },
        {
            "start": 821717462,
            "stop": 821717569
        }
    ]
}