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/S6/timelines/H1_CW_CAT1/segments?format=api&page=273
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=274",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=272",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 273,
    "results": [
        {
            "start": 965923163,
            "stop": 965944650
        },
        {
            "start": 965959324,
            "stop": 965965789
        },
        {
            "start": 965967787,
            "stop": 965969309
        },
        {
            "start": 965971585,
            "stop": 965984648
        },
        {
            "start": 965984827,
            "stop": 965991899
        },
        {
            "start": 965992451,
            "stop": 965995527
        },
        {
            "start": 965997338,
            "stop": 966023160
        },
        {
            "start": 966047120,
            "stop": 966048617
        },
        {
            "start": 966055558,
            "stop": 966080489
        },
        {
            "start": 966082620,
            "stop": 966092446
        },
        {
            "start": 966119231,
            "stop": 966136103
        },
        {
            "start": 966138174,
            "stop": 966154478
        },
        {
            "start": 966154504,
            "stop": 966154524
        },
        {
            "start": 966154529,
            "stop": 966154535
        },
        {
            "start": 966154538,
            "stop": 966154608
        },
        {
            "start": 966154618,
            "stop": 966154802
        },
        {
            "start": 966154807,
            "stop": 966155009
        },
        {
            "start": 966155015,
            "stop": 966156004
        },
        {
            "start": 966156010,
            "stop": 966156052
        },
        {
            "start": 966156056,
            "stop": 966156068
        }
    ]
}