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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=159",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=157",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 158,
    "results": [
        {
            "start": 820321810,
            "stop": 820322233
        },
        {
            "start": 820322418,
            "stop": 820323749
        },
        {
            "start": 820323752,
            "stop": 820327119
        },
        {
            "start": 820327808,
            "stop": 820332602
        },
        {
            "start": 820332606,
            "stop": 820332813
        },
        {
            "start": 820332817,
            "stop": 820334245
        },
        {
            "start": 820334248,
            "stop": 820338086
        },
        {
            "start": 820338288,
            "stop": 820340173
        },
        {
            "start": 820359180,
            "stop": 820359381
        },
        {
            "start": 820359678,
            "stop": 820359731
        },
        {
            "start": 820359734,
            "stop": 820360945
        },
        {
            "start": 820360948,
            "stop": 820364007
        },
        {
            "start": 820364011,
            "stop": 820364231
        },
        {
            "start": 820364234,
            "stop": 820364575
        },
        {
            "start": 820365762,
            "stop": 820366286
        },
        {
            "start": 820366289,
            "stop": 820366886
        },
        {
            "start": 820366889,
            "stop": 820369119
        },
        {
            "start": 820369122,
            "stop": 820369187
        },
        {
            "start": 820369190,
            "stop": 820369433
        },
        {
            "start": 820369437,
            "stop": 820369620
        }
    ]
}