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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40643",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40641",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40642,
    "results": [
        {
            "start": 874913832,
            "stop": 874913842
        },
        {
            "start": 874913843,
            "stop": 874913856
        },
        {
            "start": 874913857,
            "stop": 874913863
        },
        {
            "start": 874913864,
            "stop": 874913870
        },
        {
            "start": 874913872,
            "stop": 874913886
        },
        {
            "start": 874913887,
            "stop": 874913891
        },
        {
            "start": 874913893,
            "stop": 874913914
        },
        {
            "start": 874913915,
            "stop": 874913916
        },
        {
            "start": 874913918,
            "stop": 874913940
        },
        {
            "start": 874913941,
            "stop": 874913949
        },
        {
            "start": 874913950,
            "stop": 874913990
        },
        {
            "start": 874913992,
            "stop": 874914054
        },
        {
            "start": 874914056,
            "stop": 874914060
        },
        {
            "start": 874914061,
            "stop": 874914064
        },
        {
            "start": 874914065,
            "stop": 874914087
        },
        {
            "start": 874914089,
            "stop": 874914118
        },
        {
            "start": 874914120,
            "stop": 874914148
        },
        {
            "start": 874914150,
            "stop": 874914151
        },
        {
            "start": 874914152,
            "stop": 874914180
        },
        {
            "start": 874914181,
            "stop": 874914183
        }
    ]
}