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=781
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=782",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=780",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 781,
    "results": [
        {
            "start": 857496037,
            "stop": 857496367
        },
        {
            "start": 857496517,
            "stop": 857496577
        },
        {
            "start": 857496716,
            "stop": 857497256
        },
        {
            "start": 857497412,
            "stop": 857497472
        },
        {
            "start": 857497627,
            "stop": 857497987
        },
        {
            "start": 857500581,
            "stop": 857500641
        },
        {
            "start": 857502146,
            "stop": 857502266
        },
        {
            "start": 857502575,
            "stop": 857502635
        },
        {
            "start": 857503161,
            "stop": 857503641
        },
        {
            "start": 857503882,
            "stop": 857504182
        },
        {
            "start": 857504504,
            "stop": 857505164
        },
        {
            "start": 857506015,
            "stop": 857507665
        },
        {
            "start": 857507894,
            "stop": 857508074
        },
        {
            "start": 857508227,
            "stop": 857508467
        },
        {
            "start": 857508649,
            "stop": 857509069
        },
        {
            "start": 857509232,
            "stop": 857509442
        },
        {
            "start": 857515214,
            "stop": 857516174
        },
        {
            "start": 857516350,
            "stop": 857516410
        },
        {
            "start": 857517635,
            "stop": 857517695
        },
        {
            "start": 857518419,
            "stop": 857522919
        }
    ]
}