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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=3",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 2,
    "results": [
        {
            "start": 1396556367,
            "stop": 1396556962
        },
        {
            "start": 1396556965,
            "stop": 1396583356
        },
        {
            "start": 1396583359,
            "stop": 1396611119
        },
        {
            "start": 1396611122,
            "stop": 1396625021
        },
        {
            "start": 1396652802,
            "stop": 1396660263
        },
        {
            "start": 1396660266,
            "stop": 1396671774
        },
        {
            "start": 1396672001,
            "stop": 1396678281
        },
        {
            "start": 1396678284,
            "stop": 1396685742
        },
        {
            "start": 1396689145,
            "stop": 1396697580
        },
        {
            "start": 1396739308,
            "stop": 1396740456
        },
        {
            "start": 1396740459,
            "stop": 1396740528
        },
        {
            "start": 1396740533,
            "stop": 1396744821
        },
        {
            "start": 1396757015,
            "stop": 1396768895
        },
        {
            "start": 1396776470,
            "stop": 1396779027
        },
        {
            "start": 1396779030,
            "stop": 1396789887
        },
        {
            "start": 1396797018,
            "stop": 1396813623
        },
        {
            "start": 1396817792,
            "stop": 1396829262
        },
        {
            "start": 1396829359,
            "stop": 1396855986
        },
        {
            "start": 1396855991,
            "stop": 1396879468
        },
        {
            "start": 1396892537,
            "stop": 1396902379
        }
    ]
}