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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=234",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=232",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 233,
    "results": [
        {
            "start": 934097553,
            "stop": 934097609
        },
        {
            "start": 934097669,
            "stop": 934097714
        },
        {
            "start": 934097717,
            "stop": 934097812
        },
        {
            "start": 934097818,
            "stop": 934098578
        },
        {
            "start": 934098584,
            "stop": 934099169
        },
        {
            "start": 934103335,
            "stop": 934103609
        },
        {
            "start": 934103669,
            "stop": 934103744
        },
        {
            "start": 934103747,
            "stop": 934103923
        },
        {
            "start": 934103925,
            "stop": 934104033
        },
        {
            "start": 934104035,
            "stop": 934104066
        },
        {
            "start": 934104069,
            "stop": 934104196
        },
        {
            "start": 934104198,
            "stop": 934104358
        },
        {
            "start": 934104360,
            "stop": 934104422
        },
        {
            "start": 934104425,
            "stop": 934104750
        },
        {
            "start": 934104752,
            "stop": 934104816
        },
        {
            "start": 934104818,
            "stop": 934104914
        },
        {
            "start": 934104916,
            "stop": 934105011
        },
        {
            "start": 934105016,
            "stop": 934105478
        },
        {
            "start": 934105481,
            "stop": 934106189
        },
        {
            "start": 934106249,
            "stop": 934106309
        }
    ]
}