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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=165",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=163",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 164,
    "results": [
        {
            "start": 821640734,
            "stop": 821640919
        },
        {
            "start": 821640920,
            "stop": 821641216
        },
        {
            "start": 821641219,
            "stop": 821641221
        },
        {
            "start": 821641224,
            "stop": 821641266
        },
        {
            "start": 821641269,
            "stop": 821641378
        },
        {
            "start": 821641381,
            "stop": 821641469
        },
        {
            "start": 821641472,
            "stop": 821641487
        },
        {
            "start": 821641490,
            "stop": 821641511
        },
        {
            "start": 821641514,
            "stop": 821641523
        },
        {
            "start": 821641526,
            "stop": 821641540
        },
        {
            "start": 821641544,
            "stop": 821641560
        },
        {
            "start": 821641563,
            "stop": 821641564
        },
        {
            "start": 821641567,
            "stop": 821641578
        },
        {
            "start": 821641581,
            "stop": 821641598
        },
        {
            "start": 821641601,
            "stop": 821641622
        },
        {
            "start": 821641625,
            "stop": 821641637
        },
        {
            "start": 821641640,
            "stop": 821641668
        },
        {
            "start": 821641673,
            "stop": 821641676
        },
        {
            "start": 821641679,
            "stop": 821641691
        },
        {
            "start": 821641694,
            "stop": 821641707
        }
    ]
}