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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=55",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=53",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 54,
    "results": [
        {
            "start": 822243518,
            "stop": 822243673
        },
        {
            "start": 822243718,
            "stop": 822243719
        },
        {
            "start": 822244032,
            "stop": 822244213
        },
        {
            "start": 822244251,
            "stop": 822244252
        },
        {
            "start": 822245031,
            "stop": 822263173
        },
        {
            "start": 822263181,
            "stop": 822263182
        },
        {
            "start": 822263391,
            "stop": 822267013
        },
        {
            "start": 822268196,
            "stop": 822268786
        },
        {
            "start": 822270644,
            "stop": 822282875
        },
        {
            "start": 822283455,
            "stop": 822290413
        },
        {
            "start": 822292223,
            "stop": 822294793
        },
        {
            "start": 822294825,
            "stop": 822294827
        },
        {
            "start": 822294912,
            "stop": 822314771
        },
        {
            "start": 822314774,
            "stop": 822315389
        },
        {
            "start": 822315951,
            "stop": 822316198
        },
        {
            "start": 822316203,
            "stop": 822316213
        },
        {
            "start": 822316223,
            "stop": 822316224
        },
        {
            "start": 822316620,
            "stop": 822318360
        },
        {
            "start": 822318478,
            "stop": 822320217
        },
        {
            "start": 822320226,
            "stop": 822320232
        }
    ]
}