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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33268",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33266",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33267,
    "results": [
        {
            "start": 970995034,
            "stop": 970995036
        },
        {
            "start": 970995037,
            "stop": 970995051
        },
        {
            "start": 970995052,
            "stop": 970995053
        },
        {
            "start": 970995054,
            "stop": 970995087
        },
        {
            "start": 970995088,
            "stop": 970995091
        },
        {
            "start": 970995093,
            "stop": 970995096
        },
        {
            "start": 970995100,
            "stop": 970995117
        },
        {
            "start": 970995118,
            "stop": 970995130
        },
        {
            "start": 970995131,
            "stop": 970995179
        },
        {
            "start": 970995182,
            "stop": 970995194
        },
        {
            "start": 970995195,
            "stop": 970995196
        },
        {
            "start": 970995199,
            "stop": 970995202
        },
        {
            "start": 970995203,
            "stop": 970995205
        },
        {
            "start": 970995206,
            "stop": 970995216
        },
        {
            "start": 970995217,
            "stop": 970995223
        },
        {
            "start": 970995224,
            "stop": 970995274
        },
        {
            "start": 970995276,
            "stop": 970995279
        },
        {
            "start": 970995280,
            "stop": 970995283
        },
        {
            "start": 970995284,
            "stop": 970995321
        },
        {
            "start": 970995337,
            "stop": 970995388
        }
    ]
}