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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=164",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=162",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 163,
    "results": [
        {
            "start": 820298945,
            "stop": 820301971
        },
        {
            "start": 820301999,
            "stop": 820304473
        },
        {
            "start": 820304985,
            "stop": 820313386
        },
        {
            "start": 820313390,
            "stop": 820316353
        },
        {
            "start": 820316628,
            "stop": 820321153
        },
        {
            "start": 820321193,
            "stop": 820321194
        },
        {
            "start": 820321810,
            "stop": 820322233
        },
        {
            "start": 820322418,
            "stop": 820323747
        },
        {
            "start": 820323754,
            "stop": 820327213
        },
        {
            "start": 820327808,
            "stop": 820328570
        },
        {
            "start": 820328650,
            "stop": 820332600
        },
        {
            "start": 820332608,
            "stop": 820332813
        },
        {
            "start": 820332817,
            "stop": 820334243
        },
        {
            "start": 820334250,
            "stop": 820338086
        },
        {
            "start": 820338288,
            "stop": 820340173
        },
        {
            "start": 820359180,
            "stop": 820359381
        },
        {
            "start": 820359678,
            "stop": 820359729
        },
        {
            "start": 820359736,
            "stop": 820360190
        },
        {
            "start": 820360330,
            "stop": 820360550
        },
        {
            "start": 820360690,
            "stop": 820360943
        }
    ]
}