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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=252",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=250",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 251,
    "results": [
        {
            "start": 961562925,
            "stop": 961562953
        },
        {
            "start": 961562957,
            "stop": 961563141
        },
        {
            "start": 961563148,
            "stop": 961563336
        },
        {
            "start": 961563339,
            "stop": 961563576
        },
        {
            "start": 961563579,
            "stop": 961563638
        },
        {
            "start": 961563641,
            "stop": 961566103
        },
        {
            "start": 961573355,
            "stop": 961582211
        },
        {
            "start": 961585019,
            "stop": 961589143
        },
        {
            "start": 961596192,
            "stop": 961603462
        },
        {
            "start": 961605811,
            "stop": 961605874
        },
        {
            "start": 961607878,
            "stop": 961615864
        },
        {
            "start": 961617672,
            "stop": 961628638
        },
        {
            "start": 961628644,
            "stop": 961637465
        },
        {
            "start": 961641212,
            "stop": 961642450
        },
        {
            "start": 961651627,
            "stop": 961655523
        },
        {
            "start": 961657355,
            "stop": 961659135
        },
        {
            "start": 961661612,
            "stop": 961664848
        },
        {
            "start": 961669268,
            "stop": 961682934
        },
        {
            "start": 961684473,
            "stop": 961710367
        },
        {
            "start": 961712768,
            "stop": 961717598
        }
    ]
}