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=824
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=825",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=823",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 824,
    "results": [
        {
            "start": 860163526,
            "stop": 860163976
        },
        {
            "start": 860165711,
            "stop": 860165771
        },
        {
            "start": 860165861,
            "stop": 860166791
        },
        {
            "start": 860167031,
            "stop": 860167151
        },
        {
            "start": 860167333,
            "stop": 860167783
        },
        {
            "start": 860168482,
            "stop": 860168632
        },
        {
            "start": 860168782,
            "stop": 860168872
        },
        {
            "start": 860206280,
            "stop": 860208620
        },
        {
            "start": 860208650,
            "stop": 860208710
        },
        {
            "start": 860208740,
            "stop": 860208800
        },
        {
            "start": 860208830,
            "stop": 860213660
        },
        {
            "start": 860213863,
            "stop": 860222983
        },
        {
            "start": 860224149,
            "stop": 860232249
        },
        {
            "start": 860232439,
            "stop": 860232979
        },
        {
            "start": 860233145,
            "stop": 860235875
        },
        {
            "start": 860235905,
            "stop": 860239025
        },
        {
            "start": 860239205,
            "stop": 860240885
        },
        {
            "start": 860241868,
            "stop": 860245018
        },
        {
            "start": 860245335,
            "stop": 860246055
        },
        {
            "start": 860249170,
            "stop": 860252350
        }
    ]
}