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=753
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=754",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=752",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 753,
    "results": [
        {
            "start": 856109043,
            "stop": 856111983
        },
        {
            "start": 856116080,
            "stop": 856117400
        },
        {
            "start": 856118602,
            "stop": 856120882
        },
        {
            "start": 856121037,
            "stop": 856122537
        },
        {
            "start": 856122742,
            "stop": 856122862
        },
        {
            "start": 856122892,
            "stop": 856123702
        },
        {
            "start": 856123873,
            "stop": 856124293
        },
        {
            "start": 856124456,
            "stop": 856124546
        },
        {
            "start": 856124738,
            "stop": 856124918
        },
        {
            "start": 856133339,
            "stop": 856133429
        },
        {
            "start": 856134426,
            "stop": 856135686
        },
        {
            "start": 856136761,
            "stop": 856137841
        },
        {
            "start": 856137871,
            "stop": 856142941
        },
        {
            "start": 856143031,
            "stop": 856143181
        },
        {
            "start": 856143534,
            "stop": 856144914
        },
        {
            "start": 856145064,
            "stop": 856147494
        },
        {
            "start": 856147644,
            "stop": 856150434
        },
        {
            "start": 856150464,
            "stop": 856150674
        },
        {
            "start": 856150704,
            "stop": 856151694
        },
        {
            "start": 856151860,
            "stop": 856156060
        }
    ]
}