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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=275",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=273",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 274,
    "results": [
        {
            "start": 830547918,
            "stop": 830548038
        },
        {
            "start": 830548740,
            "stop": 830548860
        },
        {
            "start": 830549639,
            "stop": 830549699
        },
        {
            "start": 830549860,
            "stop": 830549980
        },
        {
            "start": 830579077,
            "stop": 830579197
        },
        {
            "start": 830579344,
            "stop": 830579464
        },
        {
            "start": 830579641,
            "stop": 830587741
        },
        {
            "start": 830590419,
            "stop": 830591079
        },
        {
            "start": 830592381,
            "stop": 830602641
        },
        {
            "start": 830602731,
            "stop": 830606481
        },
        {
            "start": 830606632,
            "stop": 830606932
        },
        {
            "start": 830607828,
            "stop": 830611068
        },
        {
            "start": 830614229,
            "stop": 830614409
        },
        {
            "start": 830614738,
            "stop": 830614798
        },
        {
            "start": 830615209,
            "stop": 830615329
        },
        {
            "start": 830615600,
            "stop": 830615780
        },
        {
            "start": 830616025,
            "stop": 830616265
        },
        {
            "start": 830616504,
            "stop": 830616624
        },
        {
            "start": 830616806,
            "stop": 830617046
        },
        {
            "start": 831175738,
            "stop": 831175798
        }
    ]
}