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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=247",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=245",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 246,
    "results": [
        {
            "start": 934287017,
            "stop": 934287347
        },
        {
            "start": 934287352,
            "stop": 934287913
        },
        {
            "start": 934287918,
            "stop": 934288333
        },
        {
            "start": 934288338,
            "stop": 934288342
        },
        {
            "start": 934288345,
            "stop": 934288371
        },
        {
            "start": 934288381,
            "stop": 934288437
        },
        {
            "start": 934288442,
            "stop": 934288554
        },
        {
            "start": 934288559,
            "stop": 934288583
        },
        {
            "start": 934288588,
            "stop": 934288755
        },
        {
            "start": 934288760,
            "stop": 934288928
        },
        {
            "start": 934288933,
            "stop": 934288976
        },
        {
            "start": 934288981,
            "stop": 934289051
        },
        {
            "start": 934289056,
            "stop": 934289069
        },
        {
            "start": 934289074,
            "stop": 934289081
        },
        {
            "start": 934289086,
            "stop": 934289126
        },
        {
            "start": 934289131,
            "stop": 934289306
        },
        {
            "start": 934289311,
            "stop": 934289365
        },
        {
            "start": 934289370,
            "stop": 934289584
        },
        {
            "start": 934289589,
            "stop": 934289846
        },
        {
            "start": 934289848,
            "stop": 934289903
        }
    ]
}