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=7898
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=7899",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7897",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 7898,
    "results": [
        {
            "start": 969965196,
            "stop": 969966171
        },
        {
            "start": 969966174,
            "stop": 969966227
        },
        {
            "start": 969966230,
            "stop": 969966377
        },
        {
            "start": 969966380,
            "stop": 969966390
        },
        {
            "start": 969966393,
            "stop": 969966823
        },
        {
            "start": 969966826,
            "stop": 969966863
        },
        {
            "start": 969966866,
            "stop": 969967029
        },
        {
            "start": 969967032,
            "stop": 969967083
        },
        {
            "start": 969967086,
            "stop": 969967088
        },
        {
            "start": 969967091,
            "stop": 969968889
        },
        {
            "start": 969968892,
            "stop": 969970360
        },
        {
            "start": 969970363,
            "stop": 969971056
        },
        {
            "start": 969971059,
            "stop": 969971293
        },
        {
            "start": 969971296,
            "stop": 969971864
        },
        {
            "start": 969971867,
            "stop": 969971870
        },
        {
            "start": 969971876,
            "stop": 969971892
        },
        {
            "start": 969971895,
            "stop": 969971900
        },
        {
            "start": 969971903,
            "stop": 969971920
        },
        {
            "start": 969971924,
            "stop": 969971936
        },
        {
            "start": 969971944,
            "stop": 969972291
        }
    ]
}