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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=195",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=193",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 194,
    "results": [
        {
            "start": 820577821,
            "stop": 820578681
        },
        {
            "start": 820578684,
            "stop": 820578842
        },
        {
            "start": 820578846,
            "stop": 820580380
        },
        {
            "start": 820580383,
            "stop": 820580670
        },
        {
            "start": 820580673,
            "stop": 820580879
        },
        {
            "start": 820580882,
            "stop": 820582126
        },
        {
            "start": 820582130,
            "stop": 820582132
        },
        {
            "start": 820582137,
            "stop": 820582314
        },
        {
            "start": 820582318,
            "stop": 820582461
        },
        {
            "start": 820582464,
            "stop": 820583380
        },
        {
            "start": 820583384,
            "stop": 820585873
        },
        {
            "start": 820585876,
            "stop": 820588047
        },
        {
            "start": 820588051,
            "stop": 820589210
        },
        {
            "start": 820589213,
            "stop": 820589341
        },
        {
            "start": 820589345,
            "stop": 820590105
        },
        {
            "start": 820590108,
            "stop": 820590221
        },
        {
            "start": 820590225,
            "stop": 820591020
        },
        {
            "start": 820591080,
            "stop": 820591854
        },
        {
            "start": 820591858,
            "stop": 820592832
        },
        {
            "start": 820592836,
            "stop": 820594552
        }
    ]
}