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=988
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=989",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=987",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 988,
    "results": [
        {
            "start": 870336082,
            "stop": 870336442
        },
        {
            "start": 870337701,
            "stop": 870337821
        },
        {
            "start": 870337971,
            "stop": 870341301
        },
        {
            "start": 870341451,
            "stop": 870342021
        },
        {
            "start": 870343091,
            "stop": 870344681
        },
        {
            "start": 870344711,
            "stop": 870344771
        },
        {
            "start": 870345019,
            "stop": 870352639
        },
        {
            "start": 870354661,
            "stop": 870358081
        },
        {
            "start": 870358286,
            "stop": 870358466
        },
        {
            "start": 870358496,
            "stop": 870362726
        },
        {
            "start": 870362862,
            "stop": 870369882
        },
        {
            "start": 870370027,
            "stop": 870371917
        },
        {
            "start": 870372067,
            "stop": 870372727
        },
        {
            "start": 870372885,
            "stop": 870385185
        },
        {
            "start": 870388968,
            "stop": 870391068
        },
        {
            "start": 870391290,
            "stop": 870391650
        },
        {
            "start": 870391810,
            "stop": 870392590
        },
        {
            "start": 870392740,
            "stop": 870394630
        },
        {
            "start": 870395012,
            "stop": 870395792
        },
        {
            "start": 870396465,
            "stop": 870401265
        }
    ]
}