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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=215",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=213",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 214,
    "results": [
        {
            "start": 931712564,
            "stop": 931712568
        },
        {
            "start": 931712570,
            "stop": 931712573
        },
        {
            "start": 931712575,
            "stop": 931712578
        },
        {
            "start": 931712579,
            "stop": 931712582
        },
        {
            "start": 931712584,
            "stop": 931712592
        },
        {
            "start": 931712594,
            "stop": 931712597
        },
        {
            "start": 931712601,
            "stop": 931712607
        },
        {
            "start": 931712610,
            "stop": 931712612
        },
        {
            "start": 931712617,
            "stop": 931712622
        },
        {
            "start": 931712624,
            "stop": 931712625
        },
        {
            "start": 931712626,
            "stop": 931712627
        },
        {
            "start": 931712629,
            "stop": 931712639
        },
        {
            "start": 931712640,
            "stop": 931712644
        },
        {
            "start": 931712646,
            "stop": 931712647
        },
        {
            "start": 931712649,
            "stop": 931712692
        },
        {
            "start": 931712693,
            "stop": 931712694
        },
        {
            "start": 931712696,
            "stop": 931712710
        },
        {
            "start": 931712712,
            "stop": 931712742
        },
        {
            "start": 931712744,
            "stop": 931712746
        },
        {
            "start": 931712748,
            "stop": 931712782
        }
    ]
}