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=326
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=327",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=325",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 326,
    "results": [
        {
            "start": 833909285,
            "stop": 833909645
        },
        {
            "start": 833909956,
            "stop": 833910076
        },
        {
            "start": 833910535,
            "stop": 833910595
        },
        {
            "start": 833910867,
            "stop": 833911047
        },
        {
            "start": 833911270,
            "stop": 833911390
        },
        {
            "start": 833912486,
            "stop": 833912606
        },
        {
            "start": 833913852,
            "stop": 833913972
        },
        {
            "start": 833915268,
            "stop": 833915328
        },
        {
            "start": 833915935,
            "stop": 833916475
        },
        {
            "start": 833916646,
            "stop": 833917156
        },
        {
            "start": 833930531,
            "stop": 833932871
        },
        {
            "start": 833933453,
            "stop": 833934263
        },
        {
            "start": 833936168,
            "stop": 833936228
        },
        {
            "start": 833939010,
            "stop": 833939730
        },
        {
            "start": 833939889,
            "stop": 833940309
        },
        {
            "start": 833940470,
            "stop": 833940650
        },
        {
            "start": 833940892,
            "stop": 833941852
        },
        {
            "start": 833942108,
            "stop": 833947448
        },
        {
            "start": 833959310,
            "stop": 833959460
        },
        {
            "start": 833959610,
            "stop": 833959910
        }
    ]
}