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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=394",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=392",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 393,
    "results": [
        {
            "start": 824480112,
            "stop": 824480764
        },
        {
            "start": 824480781,
            "stop": 824485378
        },
        {
            "start": 824485396,
            "stop": 824490396
        },
        {
            "start": 824491365,
            "stop": 824492151
        },
        {
            "start": 824492168,
            "stop": 824493474
        },
        {
            "start": 824493496,
            "stop": 824494581
        },
        {
            "start": 824494598,
            "stop": 824494633
        },
        {
            "start": 824494828,
            "stop": 824494943
        },
        {
            "start": 824495735,
            "stop": 824495994
        },
        {
            "start": 824496011,
            "stop": 824496524
        },
        {
            "start": 824496542,
            "stop": 824496814
        },
        {
            "start": 824496832,
            "stop": 824498118
        },
        {
            "start": 824498136,
            "stop": 824499794
        },
        {
            "start": 824499811,
            "stop": 824499865
        },
        {
            "start": 824499884,
            "stop": 824499913
        },
        {
            "start": 824500072,
            "stop": 824501041
        },
        {
            "start": 824501364,
            "stop": 824501786
        },
        {
            "start": 824505283,
            "stop": 824506840
        },
        {
            "start": 824506863,
            "stop": 824506901
        },
        {
            "start": 824506920,
            "stop": 824506947
        }
    ]
}