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=867
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=868",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=866",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 867,
    "results": [
        {
            "start": 862335998,
            "stop": 862347398
        },
        {
            "start": 862347548,
            "stop": 862350488
        },
        {
            "start": 862350779,
            "stop": 862351829
        },
        {
            "start": 862351979,
            "stop": 862354079
        },
        {
            "start": 862354290,
            "stop": 862356030
        },
        {
            "start": 862357317,
            "stop": 862381017
        },
        {
            "start": 862382829,
            "stop": 862383489
        },
        {
            "start": 862383723,
            "stop": 862383843
        },
        {
            "start": 862386327,
            "stop": 862387437
        },
        {
            "start": 862387587,
            "stop": 862393707
        },
        {
            "start": 862393876,
            "stop": 862393996
        },
        {
            "start": 862397290,
            "stop": 862400950
        },
        {
            "start": 862402189,
            "stop": 862410589
        },
        {
            "start": 862411932,
            "stop": 862414092
        },
        {
            "start": 862414228,
            "stop": 862415098
        },
        {
            "start": 862415248,
            "stop": 862417288
        },
        {
            "start": 862417432,
            "stop": 862420072
        },
        {
            "start": 862420276,
            "stop": 862421296
        },
        {
            "start": 862421446,
            "stop": 862425676
        },
        {
            "start": 862425826,
            "stop": 862431016
        }
    ]
}