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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=731",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=729",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 730,
    "results": [
        {
            "start": 857503792,
            "stop": 857504332
        },
        {
            "start": 857504504,
            "stop": 857505164
        },
        {
            "start": 857506121,
            "stop": 857506241
        },
        {
            "start": 857506271,
            "stop": 857506421
        },
        {
            "start": 857506451,
            "stop": 857506931
        },
        {
            "start": 857506961,
            "stop": 857507381
        },
        {
            "start": 857508227,
            "stop": 857508467
        },
        {
            "start": 857508649,
            "stop": 857509069
        },
        {
            "start": 857509232,
            "stop": 857509472
        },
        {
            "start": 857515810,
            "stop": 857516410
        },
        {
            "start": 857517650,
            "stop": 857521730
        },
        {
            "start": 857521790,
            "stop": 857521850
        },
        {
            "start": 857523619,
            "stop": 857523739
        },
        {
            "start": 857525973,
            "stop": 857529063
        },
        {
            "start": 857530462,
            "stop": 857530942
        },
        {
            "start": 857531754,
            "stop": 857532114
        },
        {
            "start": 857532350,
            "stop": 857536520
        },
        {
            "start": 857536550,
            "stop": 857536640
        },
        {
            "start": 857536670,
            "stop": 857536880
        },
        {
            "start": 857536910,
            "stop": 857537030
        }
    ]
}