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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1903",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1901",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1902,
    "results": [
        {
            "start": 847474040,
            "stop": 847474313
        },
        {
            "start": 847474993,
            "stop": 847477527
        },
        {
            "start": 847477533,
            "stop": 847477537
        },
        {
            "start": 847477543,
            "stop": 847479517
        },
        {
            "start": 847479523,
            "stop": 847479555
        },
        {
            "start": 847479560,
            "stop": 847479572
        },
        {
            "start": 847479580,
            "stop": 847479597
        },
        {
            "start": 847479608,
            "stop": 847480285
        },
        {
            "start": 847480290,
            "stop": 847480298
        },
        {
            "start": 847480299,
            "stop": 847483377
        },
        {
            "start": 847483470,
            "stop": 847486810
        },
        {
            "start": 847486815,
            "stop": 847492577
        },
        {
            "start": 847492583,
            "stop": 847492902
        },
        {
            "start": 847492946,
            "stop": 847493437
        },
        {
            "start": 847493443,
            "stop": 847493497
        },
        {
            "start": 847493498,
            "stop": 847493532
        },
        {
            "start": 847493538,
            "stop": 847500747
        },
        {
            "start": 847500753,
            "stop": 847500770
        },
        {
            "start": 847500775,
            "stop": 847518885
        },
        {
            "start": 847518887,
            "stop": 847547057
        }
    ]
}