Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=385
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=386",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=384",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 385,
    "results": [
        {
            "start": 961573355,
            "stop": 961582316
        },
        {
            "start": 961585019,
            "stop": 961589248
        },
        {
            "start": 961596192,
            "stop": 961603567
        },
        {
            "start": 961605811,
            "stop": 961605979
        },
        {
            "start": 961607878,
            "stop": 961612788
        },
        {
            "start": 961612793,
            "stop": 961615969
        },
        {
            "start": 961617672,
            "stop": 961637570
        },
        {
            "start": 961641212,
            "stop": 961642554
        },
        {
            "start": 961651627,
            "stop": 961655628
        },
        {
            "start": 961657355,
            "stop": 961659240
        },
        {
            "start": 961661612,
            "stop": 961664953
        },
        {
            "start": 961669268,
            "stop": 961683039
        },
        {
            "start": 961684473,
            "stop": 961703260
        },
        {
            "start": 961703265,
            "stop": 961710472
        },
        {
            "start": 961712768,
            "stop": 961715240
        },
        {
            "start": 961715245,
            "stop": 961717703
        },
        {
            "start": 961720002,
            "stop": 961724624
        },
        {
            "start": 961737304,
            "stop": 961741913
        },
        {
            "start": 961741918,
            "stop": 961742464
        },
        {
            "start": 961745524,
            "stop": 961751292
        }
    ]
}