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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=587",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=585",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 586,
    "results": [
        {
            "start": 827790420,
            "stop": 827790990
        },
        {
            "start": 827791110,
            "stop": 827791170
        },
        {
            "start": 827791230,
            "stop": 827791404
        },
        {
            "start": 827791704,
            "stop": 827791944
        },
        {
            "start": 827792016,
            "stop": 827792052
        },
        {
            "start": 827792071,
            "stop": 827792348
        },
        {
            "start": 827792365,
            "stop": 827792820
        },
        {
            "start": 827792880,
            "stop": 827793108
        },
        {
            "start": 827793492,
            "stop": 827794350
        },
        {
            "start": 827794410,
            "stop": 827794594
        },
        {
            "start": 827794894,
            "stop": 827795460
        },
        {
            "start": 827795520,
            "stop": 827795640
        },
        {
            "start": 827795700,
            "stop": 827795940
        },
        {
            "start": 827796000,
            "stop": 827796060
        },
        {
            "start": 827796120,
            "stop": 827796720
        },
        {
            "start": 827796840,
            "stop": 827797121
        },
        {
            "start": 827797138,
            "stop": 827798737
        },
        {
            "start": 827798754,
            "stop": 827803594
        },
        {
            "start": 827803618,
            "stop": 827808810
        },
        {
            "start": 827808960,
            "stop": 827814331
        }
    ]
}