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_CAT3/segments?format=api&page=8123
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=8124",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8122",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8123,
    "results": [
        {
            "start": 970849306,
            "stop": 970849349
        },
        {
            "start": 970849352,
            "stop": 970849498
        },
        {
            "start": 970849503,
            "stop": 970849540
        },
        {
            "start": 970849557,
            "stop": 970849568
        },
        {
            "start": 970849571,
            "stop": 970849680
        },
        {
            "start": 970849683,
            "stop": 970849734
        },
        {
            "start": 970849737,
            "stop": 970849739
        },
        {
            "start": 970849742,
            "stop": 970849763
        },
        {
            "start": 970849766,
            "stop": 970849769
        },
        {
            "start": 970849773,
            "stop": 970849874
        },
        {
            "start": 970849879,
            "stop": 970849881
        },
        {
            "start": 970849884,
            "stop": 970849891
        },
        {
            "start": 970849894,
            "stop": 970849902
        },
        {
            "start": 970849913,
            "stop": 970850002
        },
        {
            "start": 970850005,
            "stop": 970850055
        },
        {
            "start": 970850058,
            "stop": 970850069
        },
        {
            "start": 970850072,
            "stop": 970850075
        },
        {
            "start": 970850078,
            "stop": 970850175
        },
        {
            "start": 970850181,
            "stop": 970850208
        },
        {
            "start": 970850214,
            "stop": 970850385
        }
    ]
}