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=314
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=315",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=313",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 314,
    "results": [
        {
            "start": 833375628,
            "stop": 833375868
        },
        {
            "start": 833376023,
            "stop": 833376083
        },
        {
            "start": 833376296,
            "stop": 833377256
        },
        {
            "start": 833377601,
            "stop": 833377781
        },
        {
            "start": 833378285,
            "stop": 833378825
        },
        {
            "start": 833378994,
            "stop": 833379054
        },
        {
            "start": 833379366,
            "stop": 833379426
        },
        {
            "start": 833380618,
            "stop": 833380738
        },
        {
            "start": 833380919,
            "stop": 833381279
        },
        {
            "start": 833382368,
            "stop": 833382488
        },
        {
            "start": 833383686,
            "stop": 833383986
        },
        {
            "start": 833384155,
            "stop": 833384395
        },
        {
            "start": 833384705,
            "stop": 833384825
        },
        {
            "start": 833384970,
            "stop": 833385210
        },
        {
            "start": 833385611,
            "stop": 833385851
        },
        {
            "start": 833386037,
            "stop": 833386097
        },
        {
            "start": 833387170,
            "stop": 833387230
        },
        {
            "start": 833387705,
            "stop": 833387825
        },
        {
            "start": 833387979,
            "stop": 833388279
        },
        {
            "start": 833388568,
            "stop": 833388628
        }
    ]
}