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=449
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=450",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=448",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 449,
    "results": [
        {
            "start": 821776452,
            "stop": 821776455
        },
        {
            "start": 821776459,
            "stop": 821776465
        },
        {
            "start": 821776472,
            "stop": 821776473
        },
        {
            "start": 821776483,
            "stop": 821776486
        },
        {
            "start": 821776501,
            "stop": 821776503
        },
        {
            "start": 821776506,
            "stop": 821776507
        },
        {
            "start": 821776510,
            "stop": 821776511
        },
        {
            "start": 821776514,
            "stop": 821776515
        },
        {
            "start": 821776522,
            "stop": 821776524
        },
        {
            "start": 821776527,
            "stop": 821776539
        },
        {
            "start": 821776543,
            "stop": 821776549
        },
        {
            "start": 821776552,
            "stop": 821776553
        },
        {
            "start": 821776556,
            "stop": 821776562
        },
        {
            "start": 821776565,
            "stop": 821776566
        },
        {
            "start": 821776569,
            "stop": 821776574
        },
        {
            "start": 821776578,
            "stop": 821776580
        },
        {
            "start": 821776583,
            "stop": 821776601
        },
        {
            "start": 821776604,
            "stop": 821776611
        },
        {
            "start": 821776614,
            "stop": 821776637
        },
        {
            "start": 821776640,
            "stop": 821776656
        }
    ]
}