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=377
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=378",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=376",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 377,
    "results": [
        {
            "start": 939643592,
            "stop": 939643633
        },
        {
            "start": 939643636,
            "stop": 939643696
        },
        {
            "start": 939643699,
            "stop": 939643804
        },
        {
            "start": 939643807,
            "stop": 939643902
        },
        {
            "start": 939643905,
            "stop": 939644118
        },
        {
            "start": 939644121,
            "stop": 939644402
        },
        {
            "start": 939644405,
            "stop": 939644458
        },
        {
            "start": 939644461,
            "stop": 939644838
        },
        {
            "start": 939644841,
            "stop": 939645024
        },
        {
            "start": 939645027,
            "stop": 939645046
        },
        {
            "start": 939645049,
            "stop": 939645080
        },
        {
            "start": 939645086,
            "stop": 939645276
        },
        {
            "start": 939645279,
            "stop": 939645301
        },
        {
            "start": 939645304,
            "stop": 939645665
        },
        {
            "start": 939645668,
            "stop": 939646100
        },
        {
            "start": 939646103,
            "stop": 939646139
        },
        {
            "start": 939646142,
            "stop": 939646210
        },
        {
            "start": 939646218,
            "stop": 939646227
        },
        {
            "start": 939646230,
            "stop": 939646233
        },
        {
            "start": 939646239,
            "stop": 939646240
        }
    ]
}